54 lines
2.2 KiB
Text
54 lines
2.2 KiB
Text
[gd_scene load_steps=11 format=3 uid="uid://bc84ynsnwc1ew"]
|
|
|
|
[ext_resource type="Script" uid="uid://culacsksqcquo" path="res://scenes/camera/UI/card.gd" id="1_wa0td"]
|
|
[ext_resource type="StyleBox" uid="uid://dxbfig6arg06u" path="res://scenes/camera/UI/card_pressed.tres" id="2_q4ux5"]
|
|
[ext_resource type="Texture2D" uid="uid://b14mvkqw7armg" path="res://assets/cards/cardPlaceholder_disabled.png" id="2_rvjyk"]
|
|
[ext_resource type="Texture2D" uid="uid://cmnnfrkp1h5s0" path="res://assets/cards/bullet.png" id="2_wa0td"]
|
|
[ext_resource type="StyleBox" uid="uid://b6j501unrtcd2" path="res://scenes/camera/UI/card_normal.tres" id="3_q4ux5"]
|
|
[ext_resource type="FontFile" uid="uid://bl6jbonkrdy03" path="res://assets/font/minecraft-font/MinecraftBold-nMK1.otf" id="4_24237"]
|
|
[ext_resource type="AudioStream" uid="uid://y6unwb25tb7y" path="res://assets/audio/select3.wav" id="7_xfrgu"]
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_rvjyk"]
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_xfrgu"]
|
|
texture = ExtResource("2_rvjyk")
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_q4ux5"]
|
|
font = ExtResource("4_24237")
|
|
font_size = 30
|
|
font_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="Card" type="CenterContainer"]
|
|
script = ExtResource("1_wa0td")
|
|
|
|
[node name="ItemButton" type="Button" parent="."]
|
|
layout_mode = 2
|
|
tooltip_auto_translate_mode = 1
|
|
theme_override_styles/focus = SubResource("StyleBoxTexture_rvjyk")
|
|
theme_override_styles/disabled = SubResource("StyleBoxTexture_xfrgu")
|
|
theme_override_styles/hover = ExtResource("3_q4ux5")
|
|
theme_override_styles/pressed = ExtResource("2_q4ux5")
|
|
theme_override_styles/normal = ExtResource("3_q4ux5")
|
|
icon = ExtResource("2_wa0td")
|
|
|
|
[node name="ItemAmountLabel" type="Label" parent="ItemButton"]
|
|
layout_mode = 1
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -48.0
|
|
offset_top = -52.0
|
|
offset_right = -27.0
|
|
offset_bottom = -22.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
text = "1"
|
|
label_settings = SubResource("LabelSettings_q4ux5")
|
|
horizontal_alignment = 2
|
|
|
|
[node name="selectAduio" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("7_xfrgu")
|
|
|
|
[connection signal="pressed" from="ItemButton" to="." method="_on_item_button_pressed"]
|