This commit is contained in:
2025-02-06 23:39:13 +01:00
parent a41cbaedad
commit 5d80182781
17 changed files with 209 additions and 38 deletions

5
Level.gd Normal file
View File

@@ -0,0 +1,5 @@
extends Node2D
func _ready() -> void:
if OS.has_feature("web_android") or OS.has_feature("web_ios"):
DisplayServer.window_set_mode(DisplayServer.WINDOW_MODE_FULLSCREEN)