-
Notifications
You must be signed in to change notification settings - Fork 0
/
LaunchScreen.tscn
64 lines (51 loc) · 1.9 KB
/
LaunchScreen.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
62
63
64
[gd_scene load_steps=9 format=2]
[ext_resource path="res://shaders/shaders/glitch.tscn" type="PackedScene" id=1]
[ext_resource path="res://LaunchScreen.gd" type="Script" id=2]
[ext_resource path="res://background/Green Nebula/Green_Nebula_01-1024x1024.png" type="Texture" id=3]
[ext_resource path="res://shaders/rainbow_shader.tres" type="Material" id=4]
[sub_resource type="DynamicFontData" id=1]
font_path = "res://fonts/Roboto-Bold.ttf"
[sub_resource type="DynamicFont" id=2]
size = 120
font_data = SubResource( 1 )
[sub_resource type="DynamicFontData" id=3]
font_path = "res://fonts/Roboto-Bold.ttf"
[sub_resource type="DynamicFont" id=4]
size = 60
font_data = SubResource( 3 )
[node name="LaunchScreen" type="CanvasLayer"]
script = ExtResource( 2 )
[node name="Background" type="Sprite" parent="."]
material = ExtResource( 4 )
texture = ExtResource( 3 )
region_enabled = true
region_rect = Rect2( 0, 0, 4096, 4096 )
[node name="Tween" type="Tween" parent="."]
[node name="MarginContainer" type="MarginContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
rect_scale = Vector2( 1, 0.994235 )
custom_constants/margin_right = 20
custom_constants/margin_top = 20
custom_constants/margin_left = 20
custom_constants/margin_bottom = 20
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
margin_left = 20.0
margin_top = 20.0
margin_right = 531.0
margin_bottom = 383.0
custom_constants/separation = 150
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
margin_right = 511.0
margin_bottom = 142.0
custom_fonts/font = SubResource( 2 )
text = "Roy's Joy"
[node name="Label2" type="Label" parent="MarginContainer/VBoxContainer"]
margin_top = 292.0
margin_right = 511.0
margin_bottom = 363.0
custom_fonts/font = SubResource( 4 )
text = "Click to start"
[node name="glitch" parent="MarginContainer" instance=ExtResource( 1 )]
position = Vector2( 517, 170.986 )
scale = Vector2( 1, 1.0058 )