mlpcardgame/Scenes/Lobby.tscn

34 lines
853 B
Text
Raw Normal View History

2019-06-29 13:25:13 +00:00
[gd_scene load_steps=3 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]
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
2019-06-29 13:25:13 +00:00
[node name="Background" type="TextureRect" parent="."]
2019-06-02 23:35:31 +00:00
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
2019-06-29 13:25:13 +00:00
[node name="RoomScroll" 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
2019-06-29 13:25:13 +00:00
scroll_horizontal_enabled = false
2019-06-29 13:25:13 +00:00
[node name="RoomList" type="VBoxContainer" parent="RoomScroll"]
margin_right = 1220.0
margin_bottom = 400.0
size_flags_horizontal = 3
size_flags_vertical = 3