-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoadingScreen.tscn
More file actions
67 lines (59 loc) · 1.58 KB
/
Copy pathLoadingScreen.tscn
File metadata and controls
67 lines (59 loc) · 1.58 KB
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
62
63
64
65
66
67
[gd_scene load_steps=7 format=2]
[ext_resource path="res://Bungee-Regular.otf" type="DynamicFontData" id=1]
[ext_resource path="res://Loading.png" type="Texture" id=2]
[ext_resource path="res://Start.tres" type="Animation" id=3]
[ext_resource path="res://End.tres" type="Animation" id=4]
[ext_resource path="res://Load.tres" type="Animation" id=5]
[sub_resource type="DynamicFont" id=1]
size = 64
outline_size = 7
outline_color = Color( 0, 0, 0, 1 )
use_filter = true
font_data = ExtResource( 1 )
[node name="LoadingScreen" type="CanvasLayer"]
pause_mode = 2
layer = 31
[node name="BG" type="ColorRect" parent="."]
modulate = Color( 0, 0, 0, 1 )
margin_left = 512.0
margin_top = 300.0
margin_right = 512.0
margin_bottom = 300.0
color = Color( 0, 0, 0, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Loading" type="Control" parent="."]
margin_left = 512.0
margin_top = 300.25
margin_right = 512.0
margin_bottom = 300.25
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Loading" type="TextureRect" parent="Loading"]
modulate = Color( 1, 1, 1, 0 )
margin_left = -64.0
margin_top = -64.0
margin_right = 64.0
margin_bottom = 64.0
texture = ExtResource( 2 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
anims/End = ExtResource( 4 )
anims/Load = ExtResource( 5 )
anims/Start = ExtResource( 3 )
[node name="Floor" type="Label" parent="."]
margin_top = 600.0
margin_right = 1024.0
margin_bottom = 665.0
custom_fonts/font = SubResource( 1 )
text = "Level"
align = 1
uppercase = true
__meta__ = {
"_edit_use_anchors_": false
}