Files
Dawn-Godot/scripts/singletons/GamePhysics.gd
2025-06-30 23:06:43 -05:00

3 lines
80 B
GDScript

class_name GamePhysicsSingleton extends Node
const GRAVITY = Vector3.DOWN * 9.8