the-crypt/Player/PlayerVariables.gd
2020-07-20 23:24:09 -05:00

7 lines
135 B
GDScript

extends Node
var position: Vector2 = Vector2()
var health: float = -1
var energy: float = -1
var unlocked: Array = [Globals.Conduit2]