Replace CurrencyType with Currency resource

This commit is contained in:
2026-03-14 12:39:21 +01:00
parent 020d287b03
commit 6da962a53d
13 changed files with 379 additions and 158 deletions

10
currency/gems.tres Normal file
View File

@@ -0,0 +1,10 @@
[gd_resource type="Resource" script_class="Currency" format=3]
[ext_resource type="Script" path="res://currency/currency.gd" id="1_72iuq"]
[ext_resource type="Texture2D" path="res://icon.svg" id="2_x2h5x"]
[resource]
script = ExtResource("1_72iuq")
id = &"gems"
display_name = "Gems"
icon = ExtResource("2_x2h5x")