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

Commit 2525167

Browse files
committed
:D
1 parent 303a407 commit 2525167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/editors/StageEditorState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class StageEditorState extends MusicBeatState
173173
FlxG.mouse.visible = true;
174174

175175
guideButton = new FlxButton(12, FlxG.height - 50, "Guide", function() {
176-
CoolUtil.browserLoad("google.com"); // there's supposed to be google.com actually (cuz it should be funny... but it isn't)
176+
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)
177177
});
178178
guideButton.cameras = [camMenu];
179179

0 commit comments

Comments
 (0)