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

Commit

Permalink
new tut
Browse files Browse the repository at this point in the history
  • Loading branch information
notweuz committed Jul 12, 2022
1 parent 4236586 commit 31169aa
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 @@ -203,7 +203,7 @@ class StageEditorState extends MusicBeatState
FlxG.mouse.visible = true;

guideButton = new FlxButton(12, FlxG.height - 50, "Guide", function() {
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)
CoolUtil.browserLoad("https://youtu.be/LwqHwiF4CF8"); // 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 31169aa

Please sign in to comment.