rename consistency

This commit is contained in:
2025-08-19 19:57:24 -05:00
parent e74896527b
commit 379c7007aa
56 changed files with 43 additions and 36 deletions

3
singleton/GamePhysics.gd Normal file
View File

@@ -0,0 +1,3 @@
class_name GamePhysicsSingleton extends Node
const GRAVITY = Vector3.DOWN * 100