31 lines
895 B
Plaintext
31 lines
895 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://cacut43x6gvco"]
|
|
|
|
[ext_resource type="Script" path="res://slot.gd" id="1_lwvfm"]
|
|
|
|
[node name="Slot" type="PanelContainer"]
|
|
custom_minimum_size = Vector2(64, 64)
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_lwvfm")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 4
|
|
theme_override_constants/margin_top = 4
|
|
theme_override_constants/margin_right = 4
|
|
theme_override_constants/margin_bottom = 4
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="Quantity Label" type="Label" parent="."]
|
|
visible = false
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 0
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 3
|
|
text = "x99"
|