bcirpggithubmirror/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/Title.tscn
MacDugRPG d175526b7e Game UI
First work on game UI following flowcharts
2021-10-10 15:09:43 -04:00

18 lines
386 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://assets/base_dynamicFont_BIG.tres" type="DynamicFont" id=1]
[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
custom_fonts/font = ExtResource( 1 )
text = "Main Menu"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}