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 = ""
|
||||
1
scenes/upgrade/upgrade.gd.uid
Normal file
1
scenes/upgrade/upgrade.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://dww2ci11ovsub
|
||||
8
scenes/upgrade/upgrade.tscn
Normal file
8
scenes/upgrade/upgrade.tscn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bvr0ors52rcax"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dww2ci11ovsub" path="res://scenes/upgrade/upgrade.gd" id="1_6bmsu"]
|
||||
|
||||
[node name="Upgrade" type="Node2D"]
|
||||
script = ExtResource("1_6bmsu")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
Loading…
Add table
Add a link
Reference in a new issue