Added level 1, base-level to abstract from, and level-controller
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/fonts/8-BIT WONDER.TTF" type="DynamicFontData" id=1]
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
size = 30
|
||||
font_data = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="Theme" id=2]
|
||||
RichTextLabel/fonts/normal_font = SubResource( 1 )
|
||||
|
||||
[node name="Panel" type="Panel"]
|
||||
margin_left = -31.0
|
||||
margin_top = -245.0
|
||||
margin_right = 1332.0
|
||||
margin_bottom = 815.0
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
margin_right = 1299.0
|
||||
margin_bottom = 992.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||||
margin_right = 1299.0
|
||||
margin_bottom = 992.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="VBoxContainer/HBoxContainer"]
|
||||
margin_right = 1299.0
|
||||
margin_bottom = 992.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme = SubResource( 2 )
|
||||
text = "This is the text"
|
||||
Reference in New Issue
Block a user