-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathView.tscn
45 lines (34 loc) · 1.42 KB
/
View.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[gd_scene load_steps=4 format=2]
[ext_resource path="res://View.gd" type="Script" id=1]
[ext_resource path="res://tab.tscn" type="PackedScene" id=2]
[ext_resource path="res://uiassets/Leaderboard_B.png" type="Texture" id=3]
[node name="TextureRect" type="ColorRect"]
anchor_right = 1.0
anchor_bottom = 1.0
rect_min_size = Vector2( 1125, 0 )
mouse_filter = 1
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource( 1 )
[node name="tabs" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
[node name="tabLeft" parent="tabs" instance=ExtResource( 2 )]
[node name="tabRight" parent="tabs" instance=ExtResource( 2 )]
[node name="HBoxContainer" parent="tabs/tabRight/VBoxContainer" index="0"]
editor/display_folded = true
alignment = 2
[node name="TabButton" parent="tabs/tabRight/VBoxContainer/HBoxContainer" index="0"]
margin_left = 563.0
margin_right = 1125.45
[node name="Menu_B" parent="tabs/tabRight/VBoxContainer/Panel/CenterContainer" index="0"]
margin_left = 73.0
margin_top = 654.0
margin_right = 1052.0
margin_bottom = 1577.0
texture = ExtResource( 3 )
[connection signal="pressed" from="tabs/tabLeft/VBoxContainer/HBoxContainer/TabButton" to="." method="_on_TabButton_pressed" binds= [ 0 ]]
[connection signal="pressed" from="tabs/tabRight/VBoxContainer/HBoxContainer/TabButton" to="." method="_on_TabButton_pressed" binds= [ 1 ]]
[editable path="tabs/tabLeft"]
[editable path="tabs/tabRight"]