diff --git a/source/editors/StageEditorState.hx b/source/editors/StageEditorState.hx index 3bddca8b..a1fd6b0f 100644 --- a/source/editors/StageEditorState.hx +++ b/source/editors/StageEditorState.hx @@ -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];