mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
28 lines
779 B
Plaintext
28 lines
779 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://UserInterface/But_ChangeScene.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://screens/grabFocus.gd" type="Script" id=3]
|
|
|
|
[node name="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Title" parent="." instance=ExtResource( 1 )]
|
|
anchor_left = 0.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 0.0
|
|
margin_top = 0.0
|
|
margin_right = 0.0
|
|
margin_bottom = 0.0
|
|
text = "Multiplayer (temp)"
|
|
|
|
[node name="But_ChangeScene" parent="Title" instance=ExtResource( 2 )]
|
|
text = "Temp: back to menu"
|
|
next_scene_path = "res://Screens/MenuScreen.tscn"
|