This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
Jessist/Scenes/Modules/LevelText.tscn

23 lines
700 B
Text
Raw Normal View History

2022-06-18 13:05:48 +02:00
[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"]