feat: Add initial main scene with grid map, UI, touch controls, and core game logic scripts.

This commit is contained in:
Yogi Wiguna
2026-02-18 11:50:10 +08:00
parent 489e31fb39
commit 446e142a29
4 changed files with 12 additions and 19 deletions
+1 -2
View File
@@ -32,8 +32,7 @@ func _update_mesh_from_index():
var shapes = [
_create_cylinder(),
_create_box(),
_create_sphere()
_create_box()
]
var idx = shape_index % shapes.size()