first Prototype

This commit is contained in:
Exobyt 2025-08-28 01:55:38 +02:00
parent e11825c698
commit 35ce267482
481 changed files with 17315 additions and 1 deletions

View file

@ -0,0 +1,39 @@
[gd_scene load_steps=6 format=3 uid="uid://bc84ynsnwc1ew"]
[ext_resource type="Texture2D" uid="uid://bprr1g5mf44sm" path="res://assets/cards/cardPlaceholder.png" id="1_fobdo"]
[ext_resource type="Script" uid="uid://culacsksqcquo" path="res://scenes/camera/UI/card.gd" id="1_wa0td"]
[ext_resource type="Texture2D" uid="uid://cmnnfrkp1h5s0" path="res://assets/cards/bullet.png" id="2_wa0td"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_qr7cc"]
texture = ExtResource("1_fobdo")
[sub_resource type="LabelSettings" id="LabelSettings_6m2n3"]
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/normal = SubResource("StyleBoxTexture_qr7cc")
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 = -30.0
offset_right = -8.0
offset_bottom = -7.0
grow_horizontal = 0
grow_vertical = 0
text = "1"
label_settings = SubResource("LabelSettings_6m2n3")
horizontal_alignment = 2
[connection signal="pressed" from="ItemButton" to="." method="_on_item_button_pressed"]