feat: Implement the main game scene with core logic, manager initialization, multiplayer setup, and UI integration.

This commit is contained in:
Yogi Wiguna
2026-03-25 17:15:13 +08:00
parent 621fc6fcda
commit adb3d53ca1
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ func _attempt_throw():
if enhanced_gridmap and "cell_size" in enhanced_gridmap:
target_world_pos = Vector3(
target.x * enhanced_gridmap.cell_size.x + enhanced_gridmap.cell_size.x / 2,
0,
enhanced_gridmap.cell_size.y,
target.y * enhanced_gridmap.cell_size.z + enhanced_gridmap.cell_size.z / 2
)