Skip to content

Commit

Permalink
I think I'm good for pub src & Pre-Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
yophlox committed Oct 28, 2024
1 parent 8915970 commit ffaa8ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Moon4K

* Funny 4k rhythm game
* Funny 4k rhythm game made by basically three people

* Oh yeah the chart editor is kinda bad as of rn but it'll get better! (trust me)

* Make sure to check out the [docs!](https://github.com/Celestial-Studioz/Moon4K/tree/main/docs) to learn how to do custom stuff!

Expand Down
3 changes: 1 addition & 2 deletions source/states/OnlineDLState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@ class OnlineDLState extends SwagState {

override public function create() {
FlxG.stage.window.title = "Moon4K - OnlineDLState";
FlxG.mouse.visible = true;
#if desktop
Discord.changePresence("Downloading Songs...", null);
#end
super.create();

FlxG.mouse.visible = true;

gridLines = new FlxTypedGroup<FlxSprite>();
for (i in 0...20) {
var hLine = new FlxSprite(0, i * 40);
Expand Down
2 changes: 1 addition & 1 deletion source/states/SplashState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class SplashState extends SwagState {
arrowsexylogo.alpha = 0;
add(arrowsexylogo);

funnyText = new FlxText(0, 0, 0, "Welcome to Moon4K! - by Celestial Studios", 24);
funnyText = new FlxText(0, 0, 0, "Welcome to Moon4K!", 24);
funnyText.setFormat(Paths.font('vcr.ttf'), 24, FlxColor.WHITE, CENTER);
funnyText.screenCenter();
funnyText.alpha = 0;
Expand Down

0 comments on commit ffaa8ec

Please sign in to comment.