2024-12-23 01:29:31 +00:00
|
|
|
[gd_scene load_steps=12 format=3 uid="uid://dc778gsjfr3ky"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scene/hud/prop_hud.gd" id="1_bbv0a"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://chyumeohdhwnh" path="res://asset/art/ui/道具快捷栏/normal_left.png" id="2_bjc2b"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cvepj6u80c5wv" path="res://asset/art/ui/道具快捷栏/pressed_left.png" id="3_fca7p"]
|
|
|
|
[ext_resource type="Script" path="res://ui/button/sound_texture_button.gd" id="3_xijdf"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bospbmb0gr2sb" path="res://asset/art/ui/道具快捷栏/Prop.png" id="5_6tt77"]
|
|
|
|
[ext_resource type="Script" path="res://config/audio/audio_stream_collection.gd" id="5_wmvnw"]
|
|
|
|
[ext_resource type="Resource" uid="uid://cor5ec6ogq3fe" path="res://config/audio/casino/card_slide.tres" id="6_32vbt"]
|
2024-12-25 12:24:34 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://optvgar5g2c" path="res://asset/art/prop/c02/绳子物品.png" id="8_kpmil"]
|
2024-12-23 01:29:31 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://bgsbwhy1c2jna" path="res://asset/art/ui/道具快捷栏/hand.png" id="9_0crjo"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://boqpr7i2a5uan" path="res://asset/art/ui/道具快捷栏/normal_right.png" id="10_vkaik"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://daj2n408y2vfp" path="res://asset/art/ui/道具快捷栏/pressed_right.png" id="11_a512b"]
|
|
|
|
|
|
|
|
[node name="PropHUD" type="HBoxContainer"]
|
|
|
|
offset_left = 10.0
|
|
|
|
offset_top = 4.0
|
|
|
|
offset_right = 98.0
|
|
|
|
offset_bottom = 36.0
|
|
|
|
scale = Vector2(0.3, 0.3)
|
|
|
|
script = ExtResource("1_bbv0a")
|
|
|
|
|
|
|
|
[node name="LeftMargin" type="MarginContainer" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/margin_left = 8
|
|
|
|
|
|
|
|
[node name="LeftButton" type="TextureButton" parent="LeftMargin"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_vertical = 4
|
|
|
|
texture_normal = ExtResource("2_bjc2b")
|
|
|
|
texture_pressed = ExtResource("3_fca7p")
|
|
|
|
stretch_mode = 5
|
|
|
|
script = ExtResource("3_xijdf")
|
|
|
|
|
|
|
|
[node name="HudPanel" type="TextureButton" parent="."]
|
|
|
|
custom_minimum_size = Vector2(32, 32)
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_vertical = 4
|
|
|
|
texture_normal = ExtResource("5_6tt77")
|
|
|
|
stretch_mode = 5
|
|
|
|
script = ExtResource("3_xijdf")
|
|
|
|
audio_collections = Array[ExtResource("5_wmvnw")]([ExtResource("6_32vbt")])
|
|
|
|
|
|
|
|
[node name="Prop" type="TextureRect" parent="HudPanel"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 8
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -73.0
|
|
|
|
offset_top = -41.0
|
|
|
|
offset_right = 73.0
|
|
|
|
offset_bottom = 41.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
texture = ExtResource("8_kpmil")
|
|
|
|
|
|
|
|
[node name="Mark" type="TextureRect" parent="HudPanel"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 3
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_top = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
offset_left = -14.0
|
|
|
|
offset_top = -15.0
|
|
|
|
grow_horizontal = 0
|
|
|
|
grow_vertical = 0
|
|
|
|
texture = ExtResource("9_0crjo")
|
|
|
|
|
|
|
|
[node name="RightMargin" type="MarginContainer" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/margin_right = 8
|
|
|
|
|
|
|
|
[node name="RightButton" type="TextureButton" parent="RightMargin"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
size_flags_vertical = 4
|
|
|
|
texture_normal = ExtResource("10_vkaik")
|
|
|
|
texture_pressed = ExtResource("11_a512b")
|
|
|
|
stretch_mode = 5
|
|
|
|
script = ExtResource("3_xijdf")
|