Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
:D
Browse files Browse the repository at this point in the history
  • Loading branch information
notweuz committed May 27, 2022
1 parent 303a407 commit 2525167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/editors/StageEditorState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class StageEditorState extends MusicBeatState
FlxG.mouse.visible = true;

guideButton = new FlxButton(12, FlxG.height - 50, "Guide", function() {
CoolUtil.browserLoad("google.com"); // there's supposed to be google.com actually (cuz it should be funny... but it isn't)
CoolUtil.browserLoad("https://www.youtube.com/watch?v=oZpLuBPSkcQ"); // there's supposed to be google.com actually (cuz it should be funny... but it isn't)
});
guideButton.cameras = [camMenu];

Expand Down

0 comments on commit 2525167

Please sign in to comment.