feat: Add initial main scene with grid map, UI, touch controls, and core game logic scripts.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user