Files
Dawn-Godot/singletons/GamePhysics.gd
2025-08-03 22:40:05 -05:00

4 lines
81 B
GDScript

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