Cow_Life_Sim_RPG/UI/Shopping/CostDisplay.tscn

25 lines
761 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://b68rx34bofp4j"]
[ext_resource type="Texture2D" uid="uid://bc3gbxx1ruhd3" path="res://Items/Foods/Fruits/Sprites/Grape.png" id="1_k5ytr"]
[node name="CostDisplay" type="HBoxContainer"]
offset_right = 40.0
offset_bottom = 40.0
[node name="Amount" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 1
theme_override_colors/font_color = Color(0, 1, 0, 1)
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 6
text = "+ 500"
vertical_alignment = 1
[node name="TextureRect" type="TextureRect" parent="."]
custom_minimum_size = Vector2(20, 0)
layout_mode = 2
size_flags_horizontal = 3
texture = ExtResource("1_k5ytr")
expand_mode = 3