forked from GDQuest/learn-gdscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLockedOverlay.tscn
61 lines (55 loc) · 1.75 KB
/
LockedOverlay.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[gd_scene load_steps=6 format=2]
[ext_resource path="res://ui/theme/codeeditor_locked_panel.tres" type="StyleBox" id=1]
[ext_resource path="res://ui/theme/fonts/font_title.tres" type="DynamicFont" id=2]
[ext_resource path="res://ui/theme/fonts/font_text_italics.tres" type="DynamicFont" id=3]
[ext_resource path="res://ui/components/robot_tutor_running_code.svg" type="Texture" id=4]
[ext_resource path="res://ui/components/LockedOverlay.gd" type="Script" id=5]
[node name="LockedOverlay" type="Panel"]
margin_right = 1920.0
margin_bottom = 867.0
custom_styles/panel = ExtResource( 1 )
script = ExtResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Layout" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
custom_constants/separation = 32
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="Layout"]
margin_left = 832.0
margin_top = 274.0
margin_right = 1088.0
margin_bottom = 530.0
rect_min_size = Vector2( 128, 128 )
size_flags_horizontal = 4
size_flags_vertical = 4
texture = ExtResource( 4 )
stretch_mode = 6
[node name="Label" type="Label" parent="Layout"]
margin_left = 660.0
margin_top = 562.0
margin_right = 1260.0
margin_bottom = 593.0
rect_min_size = Vector2( 600, 0 )
size_flags_horizontal = 4
custom_colors/font_color = Color( 0.960784, 0.980392, 0.980392, 1 )
custom_fonts/font = ExtResource( 2 )
align = 1
autowrap = true
[node name="ServerDownLabel" type="Label" parent="Layout"]
visible = false
margin_left = 660.0
margin_top = 593.0
margin_right = 1260.0
margin_bottom = 624.0
rect_min_size = Vector2( 600, 0 )
size_flags_horizontal = 4
custom_colors/font_color = Color( 0.960784, 0.980392, 0.980392, 1 )
custom_fonts/font = ExtResource( 3 )
align = 1
autowrap = true