-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSplash.tscn
More file actions
46 lines (38 loc) · 1.52 KB
/
Copy pathSplash.tscn
File metadata and controls
46 lines (38 loc) · 1.52 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
[gd_scene load_steps=7 format=2]
[ext_resource path="res://Splash.gd" type="Script" id=1]
[ext_resource path="res://kisspng-space-invaders-part-ii-logo-arcade-game-video-game-welcome-to-alchemy3-5b7b759020b737.637233701534817680134.png" type="Texture" id=2]
[ext_resource path="res://sprites/si-logo-export.png" type="Texture" id=3]
[ext_resource path="res://scenes/Background.tscn" type="PackedScene" id=4]
[ext_resource path="res://space_invaders.ttf" type="DynamicFontData" id=5]
[sub_resource type="DynamicFont" id=1]
size = 4
extra_spacing_char = 1
extra_spacing_space = 1
font_data = ExtResource( 5 )
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="kisspng-space-invaders-part-ii-logo-arcade-game-video-game-welcome-to-alchemy3-5b7b759020b737637233701534817680134" type="Sprite" parent="."]
position = Vector2( 121.396, 192.604 )
scale = Vector2( 0.2, 0.2 )
texture = ExtResource( 2 )
[node name="si-logo-export" type="Sprite" parent="."]
position = Vector2( 112.556, 101.333 )
texture = ExtResource( 3 )
[node name="Background" parent="." instance=ExtResource( 4 )]
visible = false
[node name="Label" type="Label" parent="."]
margin_left = 37.2222
margin_top = 230.111
margin_right = 196.222
margin_bottom = 244.111
custom_fonts/font = SubResource( 1 )
text = "PROGRAMMING BY SIMON A JONES"
align = 1
[node name="Label2" type="Label" parent="."]
margin_left = 27.0
margin_top = 223.0
margin_right = 204.0
margin_bottom = 229.0
custom_fonts/font = SubResource( 1 )
text = "MADE WITH GODOT GAME ENGINE 2019"
align = 1