Files
Dawn-Godot/singletons/GamePhysics.gd

3 lines
80 B
GDScript

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