2025-05-13 19:22:01 +08:00

28 lines
772 B
Plaintext

[gd_scene load_steps=4 format=4]
[ext_resource type="FontFile" path="res://Fonts/DTM-Sans.otf" id="1"]
[ext_resource type="Script" path="res://Scripts/UI/Settings.cs" id="2"]
[ext_resource type="Texture2D" path="res://Sprites/Menus/Menu Sprites/Soul.tres" id="3"]
[node name="Settings" type="RichTextLabel" node_paths=PackedStringArray("soul")]
z_index = 4096
clip_contents = false
offset_right = 175.0
offset_bottom = 152.0
theme_override_fonts/normal_font = ExtResource("1")
theme_override_font_sizes/normal_font_size = 12
bbcode_enabled = true
text = "Music
Sound
Run
Swap
Exit"
script = ExtResource("2")
soul = NodePath("Sprite2D")
[node name="Sprite2D" type="Sprite2D" parent="."]
modulate = Color(1, 1, 0, 1)
position = Vector2(-8, 8)
texture = ExtResource("3")