-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbase_scene.tscn
58 lines (50 loc) · 1.82 KB
/
base_scene.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
[gd_scene load_steps=7 format=3 uid="uid://c31wn00neekt1"]
[ext_resource type="FontVariation" uid="uid://ccdyv65ubusey" path="res://fonts/default_font_black.tres" id="1"]
[ext_resource type="Texture2D" uid="uid://4ayk4syw8k14" path="res://graphics/predarkenedbg.png" id="2"]
[ext_resource type="Texture2D" uid="uid://b1mbegd5nhs23" path="res://graphics/Logo.png" id="3"]
[ext_resource type="PackedScene" uid="uid://d2xoywdaxsuvs" path="res://menus/MainMenuVisualizer.tscn" id="4"]
[ext_resource type="Script" path="res://base_scene.gd" id="5"]
[ext_resource type="PackedScene" uid="uid://dssxtjqhuhlbn" path="res://graphics/effects/SlideParticles.tscn" id="6_x0nmg"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 2.0
offset_right = 2.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("5")
[node name="Node2D" parent="." instance=ExtResource("6_x0nmg")]
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource("2")
expand_mode = 1
stretch_mode = 6
[node name="MainMenuVisualizer2" parent="." instance=ExtResource("4")]
layout_mode = 0
anchors_preset = 0
anchor_right = 0.0
anchor_bottom = 0.0
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 5.04529
offset_right = 5.04529
theme_override_constants/separation = 15
alignment = 1
[node name="TextureRect2" type="TextureRect" parent="VBoxContainer"]
custom_minimum_size = Vector2(0, 200)
layout_mode = 2
texture = ExtResource("3")
expand_mode = 1
stretch_mode = 5
[node name="StatusLabel" type="Label" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 5
theme_override_fonts/font = ExtResource("1")
text = "Loadingu..."
horizontal_alignment = 1