-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLoading.tscn
39 lines (29 loc) · 964 Bytes
/
Loading.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
[gd_scene load_steps=4 format=1]
[ext_resource path="res://gfx/gui/loading.jpg" type="Texture" id=1]
[ext_resource path="res://font/sigmar-one/SigmarOne.ttf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
font/size = 48
font/use_mipmaps = false
font/use_filter = false
font/font = ExtResource( 2 )
[node name="Loading" type="Node2D"]
[node name="Sprite" type="Sprite" parent="."]
transform/pos = Vector2( 638.01, 481.013 )
texture = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 533.0
margin/top = 382.0
margin/right = 794.0
margin/bottom = 462.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 1, 0, 1 )
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
custom_constants/shadow_as_outline = 1
text = "LOADING"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1