diff options
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/Main.tscn | 2 | ||||
-rw-r--r-- | scenes/player.tscn (renamed from scenes/cursor.tscn) | 2 | ||||
-rw-r--r-- | scenes/ui.tscn | 12 |
3 files changed, 6 insertions, 10 deletions
diff --git a/scenes/Main.tscn b/scenes/Main.tscn index 404aafa..804177d 100644 --- a/scenes/Main.tscn +++ b/scenes/Main.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://i5bjnah05h14" path="res://scripts/wave_spawner.gd" id="2_0bbpv"] [ext_resource type="PackedScene" uid="uid://cdgeamr56c0mx" path="res://scenes/map.tscn" id="2_vcsgt"] -[ext_resource type="PackedScene" uid="uid://cq6d7gmjbwl14" path="res://scenes/cursor.tscn" id="4_rarhs"] +[ext_resource type="PackedScene" uid="uid://cq6d7gmjbwl14" path="res://scenes/player.tscn" id="4_rarhs"] [ext_resource type="PackedScene" uid="uid://dycgp3yept14k" path="res://scenes/ui.tscn" id="5_vcsgt"] [sub_resource type="GDScript" id="GDScript_rarhs"] diff --git a/scenes/cursor.tscn b/scenes/player.tscn index f309af1..d709c1b 100644 --- a/scenes/cursor.tscn +++ b/scenes/player.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://cq6d7gmjbwl14"] -[ext_resource type="Script" uid="uid://bwiimenoyb5og" path="res://scripts/cursor.gd" id="1_4knn1"] +[ext_resource type="Script" uid="uid://bwiimenoyb5og" path="res://scripts/player.gd" id="1_4knn1"] [ext_resource type="Texture2D" uid="uid://di2vybjsniag4" path="res://assets/tilemap.png" id="2_gber1"] [node name="Cursor" type="Node2D"] diff --git a/scenes/ui.tscn b/scenes/ui.tscn index cb0c91f..c7d05a9 100644 --- a/scenes/ui.tscn +++ b/scenes/ui.tscn @@ -41,24 +41,20 @@ script = ExtResource("1_suays") [node name="Warlock" parent="MarginContainer/HBoxContainer" instance=ExtResource("3_yev5y")] layout_mode = 2 -texture_atlas_coords = Vector2(30, 1) -object_name = "Warlock" +object_name = "warlock" cost = "10" [node name="Wyvern" parent="MarginContainer/HBoxContainer" instance=ExtResource("3_yev5y")] layout_mode = 2 -texture_atlas_coords = Vector2(24, 10) -object_name = "Wyvern" +object_name = "wyvern" cost = "15" [node name="Werewolf" parent="MarginContainer/HBoxContainer" instance=ExtResource("3_yev5y")] layout_mode = 2 -texture_atlas_coords = Vector2(26, 11) -object_name = "Werewolf" +object_name = "werewolf" cost = "-" [node name="Wellspring" parent="MarginContainer/HBoxContainer" instance=ExtResource("3_yev5y")] layout_mode = 2 -texture_atlas_coords = Vector2(38, 11) -object_name = "Wellspring" +object_name = "wellspring" cost = "-" |