first Prototype
This commit is contained in:
parent
89503407e7
commit
c887a2168c
78 changed files with 2494 additions and 2 deletions
4
scenes/upgrade/upgrade.gd
Normal file
4
scenes/upgrade/upgrade.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
class_name Upgrade extends Node2D
|
||||
|
||||
@onready var upgradeName: String = ""
|
||||
@onready var description: String = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue