mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
23 lines
563 B
Plaintext
23 lines
563 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://assets/base_dynamicFont_BIG.tres" type="DynamicFont" id=1]
|
|
[ext_resource path="res://assets/liberation_serif_40pt.tres" type="DynamicFont" id=2]
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
default_font = ExtResource( 2 )
|
|
|
|
[node name="Title" type="Label"]
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
margin_left = -110.5
|
|
margin_top = 114.422
|
|
margin_right = 110.5
|
|
margin_bottom = 180.422
|
|
theme = SubResource( 1 )
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Main Menu"
|
|
align = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|