More work on pickups, started to implement the UI for data keys, swapped trap selections, FIRST PASS OF MULTIPLAYER CHECKS, title screen swapped.

This commit is contained in:
2026-03-23 02:34:25 -04:00
parent 9d931a3b46
commit 86f655ff07
57 changed files with 1714 additions and 1271 deletions

View File

@@ -1,22 +1,24 @@
[gd_scene load_steps=3 format=3 uid="uid://xk323c0ta2b"]
[gd_scene format=3 uid="uid://xk323c0ta2b"]
[ext_resource type="Script" uid="uid://54k4gu5skdur" path="res://scripts/hack_icon.gd" id="1_soq3m"]
[ext_resource type="Texture2D" uid="uid://dhw2ao0dimytt" path="res://visuals/images/icons/bomb.png" id="2_adsdf"]
[ext_resource type="Texture2D" uid="uid://u12dmhohea1g" path="res://external/destroy-icon.png" id="2_lf3tt"]
[node name="Trap Icon" type="Control"]
custom_minimum_size = Vector2(150, 100)
[node name="Trap Icon" type="Control" unique_id=1565341187]
custom_minimum_size = Vector2(162, 200)
layout_mode = 3
anchors_preset = 0
offset_right = 150.0
offset_bottom = 150.0
script = ExtResource("1_soq3m")
[node name="Icon" type="TextureRect" parent="."]
[node name="Icon" type="TextureRect" parent="." unique_id=744975527]
unique_name_in_owner = true
layout_mode = 0
offset_right = 150.0
offset_bottom = 100.0
texture = ExtResource("2_adsdf")
offset_right = 161.0
offset_bottom = 186.0
texture = ExtResource("2_lf3tt")
[node name="Label" type="Label" parent="."]
[node name="Label" type="Label" parent="." unique_id=753391334]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 3
@@ -24,10 +26,13 @@ anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -49.0
offset_top = -45.0
offset_right = -9.0
offset_left = -32.0
offset_top = -44.0
offset_right = -6.0
offset_bottom = 1.0
grow_horizontal = 0
grow_vertical = 0
theme_override_font_sizes/font_size = 32
horizontal_alignment = 2
text = "9"
horizontal_alignment = 1
vertical_alignment = 1