This commit is contained in:
3wc
2024-02-16 03:52:16 -03:00
parent fd6b9ee8dd
commit 8be7c18d4f
6 changed files with 348 additions and 329 deletions

View File

@ -1,9 +1,7 @@
package scene;
import scene.WorldMapScene;
import event.ChangeSceneEvent;
import components.MenubuttonComponent;
@:uiComp("heading")
@ -41,12 +39,11 @@ class TitleScene extends h2d.Flow implements GameScene implements h2d.domkit.Obj
}
#if hl
btnQuit.onClick = function() {
Sys.exit(0);
Sys.exit(0);
}
#else
btnQuit.remove();
btnQuit.remove();
#end
}
public function getH2dObject() {