Extensive work done on basically everything. Attacks prototyped, animations prototyped, pawnbody split out, all traps but pitfall implemented, UI hooked up more.
This commit is contained in:
4
data/trapset.gd
Normal file
4
data/trapset.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
class_name TrapSet extends Resource
|
||||
|
||||
@export var type : Trap.Type
|
||||
@export var qty : int
|
||||
Reference in New Issue
Block a user