Added virtua hand sprite and placeholder hand scenes.

This commit is contained in:
Henry 2026-05-13 16:27:47 +01:00
parent ced705d9c5
commit 5de60b3571
6 changed files with 72 additions and 16 deletions

View file

@ -2,6 +2,7 @@
[ext_resource type="Script" uid="uid://k1n4iyxp4iww" path="res://scenes/elevator_panel.gd" id="1_1gr6t"]
[ext_resource type="Script" uid="uid://kltqwef8yx3r" path="res://scenes/screen.gd" id="1_3gei6"]
[ext_resource type="Texture2D" uid="uid://51p1gbyn5l02" path="res://images/virtua_hand.png" id="2_03crn"]
[ext_resource type="Script" path="res://scenes/pulse.gd" id="2_pulse"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_n2snw"]
@ -32,6 +33,14 @@ theme_override_constants/margin_top = 15
theme_override_constants/margin_right = 15
theme_override_constants/margin_bottom = 15
[node name="VirtuaHandTemp" type="Sprite2D" parent="PanelMargin" unique_id=14079675]
visible = false
z_index = 1
texture_filter = 1
position = Vector2(94, 438)
scale = Vector2(3.75, 3.75)
texture = ExtResource("2_03crn")
[node name="PanelColumn" type="VBoxContainer" parent="PanelMargin" unique_id=434338875]
layout_mode = 2
@ -65,7 +74,7 @@ theme_override_colors/font_color = Color(0.2, 1, 0.2, 1)
theme_override_font_sizes/font_size = 32
text = ">:)"
[node name="Pulse" type="Node" parent="PanelMargin/PanelColumn/Screen"]
[node name="Pulse" type="Node" parent="PanelMargin/PanelColumn/Screen" unique_id=988615527]
script = ExtResource("2_pulse")
[node name="CloseButton" type="Button" parent="PanelMargin/PanelColumn" unique_id=554485629]