bunch of changes, about to try somehting funky
This commit is contained in:
parent
902024fc3f
commit
0a9a916ee1
32 changed files with 585 additions and 41 deletions
7
time_system/hack_level.gd
Normal file
7
time_system/hack_level.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends Resource
|
||||
class_name HackLevel
|
||||
|
||||
@export var name : String
|
||||
@export var power : int
|
||||
@export var color : Color
|
||||
@export_multiline var ending_text : String
|
||||
Loading…
Add table
Add a link
Reference in a new issue