57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
[gd_scene load_steps=5 format=4]
|
|
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/utbox.png" id="1"]
|
|
[ext_resource type="Script" path="res://Scripts/UI/SavePrompt.cs" id="2"]
|
|
[ext_resource type="FontFile" path="res://Fonts/DTM-Sans.otf" id="3"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/Menus/Menu Sprites/Soul.tres" id="4"]
|
|
|
|
[node name="SavePrompt" type="NinePatchRect" node_paths=PackedStringArray("soul", "text", "time")]
|
|
z_index = 4096
|
|
offset_left = -103.0
|
|
offset_top = -117.0
|
|
offset_right = 103.0
|
|
offset_bottom = -13.0
|
|
texture = ExtResource("1")
|
|
patch_margin_left = 5
|
|
patch_margin_top = 5
|
|
patch_margin_right = 5
|
|
patch_margin_bottom = 5
|
|
script = ExtResource("2")
|
|
soul = NodePath("Soul")
|
|
text = NodePath("RichTextLabel")
|
|
time = NodePath("Time")
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 28.0
|
|
offset_top = 13.0
|
|
offset_right = 178.0
|
|
offset_bottom = 86.0
|
|
theme_override_fonts/normal_font = ExtResource("3")
|
|
theme_override_font_sizes/normal_font_size = 13
|
|
bbcode_enabled = true
|
|
text = "COLE - LV 1
|
|
Location
|
|
|
|
[center]Save Do Not"
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
|
|
[node name="Time" type="RichTextLabel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 29.0
|
|
offset_top = 13.0
|
|
offset_right = 179.0
|
|
offset_bottom = 86.0
|
|
theme_override_fonts/normal_font = ExtResource("3")
|
|
theme_override_font_sizes/normal_font_size = 13
|
|
bbcode_enabled = true
|
|
text = "[right]000:00"
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
|
|
[node name="Soul" type="Sprite2D" parent="."]
|
|
modulate = Color(1, 1, 0, 1)
|
|
position = Vector2(47, 70)
|
|
texture = ExtResource("4")
|