diff options
Diffstat (limited to 'GlobalData.gd')
| -rw-r--r-- | GlobalData.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GlobalData.gd b/GlobalData.gd index ae803e4..1ee67a1 100644 --- a/GlobalData.gd +++ b/GlobalData.gd @@ -1,6 +1,8 @@ extends Node export(int) var player_hp = 3 +export(float) var GRAVITY: float = 1200 +export(float) var MAX_FALL_SPEED: float = 1200 # Called when the node enters the scene tree for the first time. func _ready(): |
