Files
Dawn-Godot/singleton/GamePhysics.gd
2025-08-19 19:57:24 -05:00

4 lines
81 B
GDScript

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