-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloading_screen.tscn
More file actions
33 lines (28 loc) · 1.25 KB
/
loading_screen.tscn
File metadata and controls
33 lines (28 loc) · 1.25 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
[gd_scene load_steps=5 format=3 uid="uid://rbitxahkrmx3"]
[ext_resource type="Script" uid="uid://gi3dn26uejjp" path="res://loading_screen.gd" id="1_mggpi"]
[ext_resource type="Texture2D" uid="uid://duq473un4pfn0" path="res://assets/image_1.png" id="2_htrc2"]
[ext_resource type="Texture2D" uid="uid://3hhiae731my2" path="res://assets/UI/UIButtonHolderSign.png" id="3_fgney"]
[ext_resource type="FontFile" uid="uid://c003yv43j6jnu" path="res://assets/font/pcsenior.ttf" id="4_74xf4"]
[node name="Loading_screen" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_mggpi")
[node name="Sprite2D" type="Sprite2D" parent="."]
self_modulate = Color(0.51418716, 0.51418716, 0.51418716, 1)
position = Vector2(959, 540)
scale = Vector2(1.5, 1.5)
texture = ExtResource("2_htrc2")
[node name="Sprite2D2" type="Sprite2D" parent="."]
position = Vector2(543, 910)
scale = Vector2(8, 8)
texture = ExtResource("3_fgney")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 166.0
offset_top = 945.0
offset_right = 1016.0
offset_bottom = 1007.0
theme_override_colors/font_color = Color(0.8545091, 0.7622928, 0.3704083, 1)
theme_override_fonts/font = ExtResource("4_74xf4")
theme_override_font_sizes/font_size = 50
text = "Generating World..."