feat: 添加升级卡和样式

This commit is contained in:
luke358
2026-05-20 21:24:47 +08:00
parent 4a3cd81ff7
commit 2ba69606ee
8 changed files with 134 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
extends Panel
class_name UpgradeCard
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass