bunch of changes, about to try somehting funky

This commit is contained in:
Tabby 2026-01-18 20:10:35 +11:00
parent 902024fc3f
commit 0a9a916ee1
32 changed files with 585 additions and 41 deletions

View 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