22 lines
700 B
Text
22 lines
700 B
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://Theme/Jessist_UI_Pixel.tres" type="Theme" id=1]
|
|
[ext_resource path="res://AndinaFont.ttf" type="DynamicFontData" id=2]
|
|
[ext_resource path="res://Scripts/LevelText.gd" type="Script" id=3]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 75
|
|
font_data = ExtResource( 2 )
|
|
|
|
[node name="LevelText" type="RichTextLabel"]
|
|
margin_left = 61.0
|
|
margin_top = 314.0
|
|
margin_right = 505.0
|
|
margin_bottom = 391.0
|
|
theme = ExtResource( 1 )
|
|
custom_fonts/normal_font = SubResource( 1 )
|
|
text = "LevelText"
|
|
script = ExtResource( 3 )
|
|
|
|
[connection signal="focus_exited" from="." to="." method="focusExit"]
|
|
[connection signal="hide" from="." to="." method="focusExit"]
|