mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
65 lines
1.9 KiB
Plaintext
65 lines
1.9 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://assets/ui_controlNode_dark_theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://assets/liberation_serif_40pt.tres" type="DynamicFont" id=2]
|
|
[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://UserInterface/But_ChangeScene.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://assets/sbf_black.tres" type="StyleBox" id=5]
|
|
|
|
[node name="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="Background" type="Panel" parent="."]
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
theme = ExtResource( 1 )
|
|
|
|
[node name="Title" parent="Background" instance=ExtResource( 3 )]
|
|
margin_top = 51.8676
|
|
margin_bottom = 117.868
|
|
theme = null
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "Join Room"
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="Background/Title"]
|
|
margin_left = -131.5
|
|
margin_top = 96.1324
|
|
margin_right = 368.5
|
|
margin_bottom = 346.132
|
|
rect_min_size = Vector2( 500, 250 )
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="Background/Title/ScrollContainer"]
|
|
margin_right = 500.0
|
|
margin_bottom = 250.0
|
|
rect_min_size = Vector2( 500, 250 )
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_styles/panel = ExtResource( 5 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Background"]
|
|
margin_left = 393.0
|
|
margin_top = 422.0
|
|
margin_right = 631.0
|
|
margin_bottom = 462.0
|
|
rect_min_size = Vector2( 0, 51 )
|
|
|
|
[node name="But_Multiplayer" parent="Background/VBoxContainer" instance=ExtResource( 4 )]
|
|
margin_right = 238.0
|
|
margin_bottom = 51.0
|
|
text = "Go Back"
|
|
next_scene_path = "res://Screens/Multiplayer.tscn"
|
|
|
|
[node name="Version" type="Label" parent="Background"]
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = -177.0
|
|
margin_top = -44.0
|
|
margin_right = -5.0
|
|
margin_bottom = -6.0
|
|
text = "Version: 0.0.0"
|