mlpcardgame/Scenes/Lobby.tscn

38 lines
1 KiB
Text
Raw Normal View History

[gd_scene load_steps=4 format=2]
2019-06-02 23:35:31 +00:00
[ext_resource path="res://Scenes/Lobby.gd" type="Script" id=1]
[ext_resource path="res://MLPAssets/Background/menubg.webp" type="Texture" id=2]
[ext_resource path="res://Scenes/Lobby/RoomEntry.tscn" type="PackedScene" id=3]
2019-06-02 23:35:31 +00:00
[node name="Lobby" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
2019-06-02 23:35:31 +00:00
[node name="TextureRect" type="TextureRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -1.29236
margin_right = -1.29236
texture = ExtResource( 2 )
2019-06-02 23:35:31 +00:00
expand = true
stretch_mode = 7
[node name="ScrollContainer" type="ScrollContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 30.0
margin_top = 100.0
margin_right = -30.0
margin_bottom = -300.0
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
margin_right = 1220.0
margin_bottom = 400.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Control" parent="ScrollContainer/VBoxContainer" instance=ExtResource( 3 )]
anchor_right = 0.0
margin_right = 1220.0