the-crypt/Player/PlayerVariables.gd

7 lines
135 B
GDScript3
Raw Normal View History

2020-07-20 23:24:09 -05:00
extends Node
var position: Vector2 = Vector2()
var health: float = -1
var energy: float = -1
var unlocked: Array = [Globals.Conduit2]