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

Commit 31169aa

Browse files
committed
new tut
1 parent 4236586 commit 31169aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/editors/StageEditorState.hx

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

205205
guideButton = new FlxButton(12, FlxG.height - 50, "Guide", function() {
206-
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)
206+
CoolUtil.browserLoad("https://youtu.be/LwqHwiF4CF8"); // there's supposed to be google.com actually (cuz it should be funny... but it isn't)
207207
});
208208
guideButton.cameras = [camMenu];
209209

0 commit comments

Comments
 (0)