Cow_Life_Sim_RPG/UI/AchievementsMenu/AchievementDisplay.tscn

35 lines
1.1 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://ctuytqfbdlvvl"]
[ext_resource type="Texture2D" uid="uid://byuj18rnowo4t" path="res://Achievements/AchievementScripts/Levels/Sprites/Walking20Achieved.png" id="1_3v18l"]
[ext_resource type="Script" path="res://UI/AchievementsMenu/AchievementDisplay.gd" id="1_54p10"]
[node name="AchievementDisplay" type="VBoxContainer"]
custom_minimum_size = Vector2(180, 0)
script = ExtResource("1_54p10")
[node name="StickerSprite" type="TextureRect" parent="."]
unique_name_in_owner = true
custom_minimum_size = Vector2(64, 64)
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("1_3v18l")
[node name="AchievementName" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 2
text = "It's Walking Time"
horizontal_alignment = 1
[node name="ScrollContainer" type="ScrollContainer" parent="."]
custom_minimum_size = Vector2(0, 50)
layout_mode = 2
[node name="AchievementDescription" type="Label" parent="ScrollContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(175, 0)
layout_mode = 2
size_flags_horizontal = 6
text = "Play with a sugary worm on a string"
horizontal_alignment = 1
autowrap_mode = 3