mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
d175526b7e
First work on game UI following flowcharts
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1]
|
|
|
|
[node name="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Title" parent="." instance=ExtResource( 1 )]
|
|
text = "Settings (temp)"
|