summaryrefslogtreecommitdiff
path: root/demos/2d/splash
diff options
context:
space:
mode:
Diffstat (limited to 'demos/2d/splash')
-rw-r--r--demos/2d/splash/bg.pngbin14419 -> 0 bytes
-rw-r--r--demos/2d/splash/bg_layer_1.pngbin13335 -> 0 bytes
-rw-r--r--demos/2d/splash/bg_layer_2.pngbin16026 -> 0 bytes
-rw-r--r--demos/2d/splash/button.pngbin3666 -> 0 bytes
-rw-r--r--demos/2d/splash/button_pressed.pngbin3573 -> 0 bytes
-rw-r--r--demos/2d/splash/engine.cfg9
-rw-r--r--demos/2d/splash/freesans.fntbin29950 -> 0 bytes
-rw-r--r--demos/2d/splash/icon.pngbin7041 -> 0 bytes
-rw-r--r--demos/2d/splash/splash.tscn274
-rw-r--r--demos/2d/splash/splash_01.pngbin42593 -> 0 bytes
-rw-r--r--demos/2d/splash/splash_02.pngbin48376 -> 0 bytes
-rw-r--r--demos/2d/splash/splash_03.pngbin53073 -> 0 bytes
-rw-r--r--demos/2d/splash/splash_04.pngbin55571 -> 0 bytes
-rw-r--r--demos/2d/splash/splash_05.pngbin56686 -> 0 bytes
-rw-r--r--demos/2d/splash/splash_06.pngbin56576 -> 0 bytes
-rw-r--r--demos/2d/splash/splash_07.pngbin56694 -> 0 bytes
-rw-r--r--demos/2d/splash/splash_08.pngbin56810 -> 0 bytes
-rw-r--r--demos/2d/splash/splash_09.pngbin58112 -> 0 bytes
18 files changed, 0 insertions, 283 deletions
diff --git a/demos/2d/splash/bg.png b/demos/2d/splash/bg.png
deleted file mode 100644
index 197a0484d2..0000000000
--- a/demos/2d/splash/bg.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/bg_layer_1.png b/demos/2d/splash/bg_layer_1.png
deleted file mode 100644
index 7f18411465..0000000000
--- a/demos/2d/splash/bg_layer_1.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/bg_layer_2.png b/demos/2d/splash/bg_layer_2.png
deleted file mode 100644
index fac5574bfa..0000000000
--- a/demos/2d/splash/bg_layer_2.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/button.png b/demos/2d/splash/button.png
deleted file mode 100644
index ce62e011bd..0000000000
--- a/demos/2d/splash/button.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/button_pressed.png b/demos/2d/splash/button_pressed.png
deleted file mode 100644
index d9c31f2b6c..0000000000
--- a/demos/2d/splash/button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/engine.cfg b/demos/2d/splash/engine.cfg
deleted file mode 100644
index e970840eae..0000000000
--- a/demos/2d/splash/engine.cfg
+++ /dev/null
@@ -1,9 +0,0 @@
-[application]
-
-name="Splash Screen"
-main_scene="res://splash.tscn"
-icon="res://icon.png"
-
-[display]
-
-height=450
diff --git a/demos/2d/splash/freesans.fnt b/demos/2d/splash/freesans.fnt
deleted file mode 100644
index 61167a20eb..0000000000
--- a/demos/2d/splash/freesans.fnt
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/icon.png b/demos/2d/splash/icon.png
deleted file mode 100644
index b8e24f209e..0000000000
--- a/demos/2d/splash/icon.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/splash.tscn b/demos/2d/splash/splash.tscn
deleted file mode 100644
index 5523d4c3f0..0000000000
--- a/demos/2d/splash/splash.tscn
+++ /dev/null
@@ -1,274 +0,0 @@
-[gd_scene load_steps=20 format=1]
-
-[ext_resource path="res://bg.png" type="Texture" id=1]
-[ext_resource path="res://bg_layer_2.png" type="Texture" id=2]
-[ext_resource path="res://bg_layer_1.png" type="Texture" id=3]
-[ext_resource path="res://splash_01.png" type="Texture" id=4]
-[ext_resource path="res://splash_02.png" type="Texture" id=5]
-[ext_resource path="res://splash_03.png" type="Texture" id=6]
-[ext_resource path="res://splash_04.png" type="Texture" id=7]
-[ext_resource path="res://splash_05.png" type="Texture" id=8]
-[ext_resource path="res://splash_06.png" type="Texture" id=9]
-[ext_resource path="res://splash_07.png" type="Texture" id=10]
-[ext_resource path="res://splash_08.png" type="Texture" id=11]
-[ext_resource path="res://splash_09.png" type="Texture" id=12]
-[ext_resource path="res://button.png" type="Texture" id=13]
-[ext_resource path="res://button_pressed.png" type="Texture" id=14]
-[ext_resource path="res://freesans.fnt" type="Font" id=15]
-
-[sub_resource type="Animation" id=1]
-
-resource/name = "scroll"
-length = 1.0
-loop = true
-step = 0.1
-tracks/0/type = "value"
-tracks/0/path = NodePath(".:rect/pos")
-tracks/0/interp = 1
-tracks/0/keys = { "cont":true, "times":FloatArray( 0, 1 ), "transitions":FloatArray( 1, 1 ), "values":[ Vector2( 0, 0 ), Vector2( -800, 0 ) ] }
-
-[sub_resource type="SpriteFrames" id=2]
-
-frames = [ ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 10 ), ExtResource( 11 ), ExtResource( 12 ) ]
-
-[sub_resource type="Animation" id=3]
-
-resource/name = "intro"
-length = 3.0
-loop = false
-step = 0.1
-tracks/0/type = "value"
-tracks/0/path = NodePath("logo:transform/pos")
-tracks/0/interp = 1
-tracks/0/keys = { "cont":true, "times":FloatArray( 1, 1.5 ), "transitions":FloatArray( 2, 1 ), "values":[ Vector2( 412, -212.981 ), Vector2( 412, 171 ) ] }
-tracks/1/type = "value"
-tracks/1/path = NodePath("logo:frame")
-tracks/1/interp = 1
-tracks/1/keys = { "cont":false, "times":FloatArray( 0, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3 ), "transitions":FloatArray( 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ), "values":[ 0, 0, 1, 2, 3, 4, 5, 6, 7, 8 ] }
-tracks/2/type = "value"
-tracks/2/path = NodePath("start:visibility/opacity")
-tracks/2/interp = 1
-tracks/2/keys = { "cont":true, "times":FloatArray( 2.5, 2.8 ), "transitions":FloatArray( 1, 1 ), "values":[ 0.0, 1.0 ] }
-tracks/3/type = "value"
-tracks/3/path = NodePath("start:visibility/visible")
-tracks/3/interp = 1
-tracks/3/keys = { "cont":false, "times":FloatArray( 0, 2.5 ), "transitions":FloatArray( 1, 1 ), "values":[ false, true ] }
-tracks/4/type = "value"
-tracks/4/path = NodePath("copyright:visibility/visible")
-tracks/4/interp = 1
-tracks/4/keys = { "cont":false, "times":FloatArray( 0, 2.5 ), "transitions":FloatArray( 1, 1 ), "values":[ false, true ] }
-tracks/5/type = "value"
-tracks/5/path = NodePath("copyright:visibility/opacity")
-tracks/5/interp = 1
-tracks/5/keys = { "cont":true, "times":FloatArray( 2.5, 2.8 ), "transitions":FloatArray( 1, 1 ), "values":[ 0.0, 1.0 ] }
-
-[sub_resource type="Animation" id=4]
-
-length = 0.6
-loop = true
-step = 0.1
-tracks/0/type = "value"
-tracks/0/path = NodePath("logo:frame")
-tracks/0/interp = 1
-tracks/0/keys = { "cont":false, "times":FloatArray( 0, 0.3 ), "transitions":FloatArray( 1, 1 ), "values":[ 8, 7 ] }
-
-[node name="splash" type="Control"]
-
-anchor/right = 1
-anchor/bottom = 1
-focus/ignore_mouse = false
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 0.0
-margin/top = 0.0
-margin/right = 0.0
-margin/bottom = 0.0
-
-[node name="bg" type="Control" parent="."]
-
-focus/ignore_mouse = false
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 0.0
-margin/top = 0.0
-margin/right = 40.0
-margin/bottom = 40.0
-
-[node name="1" type="TextureFrame" parent="bg"]
-
-focus/ignore_mouse = true
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 0.0
-margin/top = 0.0
-margin/right = 40.0
-margin/bottom = 40.0
-texture = ExtResource( 1 )
-
-[node name="2" type="TextureFrame" parent="bg"]
-
-focus/ignore_mouse = true
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 800.0
-margin/top = 0.0
-margin/right = 1600.0
-margin/bottom = 450.0
-texture = ExtResource( 1 )
-
-[node name="scroll" type="AnimationPlayer" parent="bg"]
-
-playback/process_mode = 1
-playback/default_blend_time = 0.0
-root/root = NodePath("..")
-anims/scroll = SubResource( 1 )
-playback/active = true
-playback/speed = 0.04
-blend_times = [ ]
-autoplay = "scroll"
-
-[node name="layer2" type="Control" parent="."]
-
-focus/ignore_mouse = false
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 0.0
-margin/top = 0.0
-margin/right = 40.0
-margin/bottom = 40.0
-
-[node name="1" type="TextureFrame" parent="layer2"]
-
-focus/ignore_mouse = true
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 0.0
-margin/top = 194.0
-margin/right = 800.0
-margin/bottom = 456.0
-texture = ExtResource( 2 )
-
-[node name="2" type="TextureFrame" parent="layer2"]
-
-focus/ignore_mouse = true
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 800.0
-margin/top = 194.0
-margin/right = 1600.0
-margin/bottom = 456.0
-texture = ExtResource( 2 )
-
-[node name="scroll" type="AnimationPlayer" parent="layer2"]
-
-playback/process_mode = 1
-playback/default_blend_time = 0.0
-root/root = NodePath("..")
-anims/scroll = SubResource( 1 )
-playback/active = true
-playback/speed = 0.1
-blend_times = [ ]
-autoplay = "scroll"
-
-[node name="layer1" type="Control" parent="."]
-
-focus/ignore_mouse = false
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 0.0
-margin/top = 0.0
-margin/right = 40.0
-margin/bottom = 40.0
-
-[node name="1" type="TextureFrame" parent="layer1"]
-
-focus/ignore_mouse = true
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 0.0
-margin/top = 212.0
-margin/right = 800.0
-margin/bottom = 456.0
-texture = ExtResource( 3 )
-
-[node name="2" type="TextureFrame" parent="layer1"]
-
-focus/ignore_mouse = true
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 800.0
-margin/top = 212.0
-margin/right = 1600.0
-margin/bottom = 456.0
-texture = ExtResource( 3 )
-
-[node name="scroll" type="AnimationPlayer" parent="layer1"]
-
-playback/process_mode = 1
-playback/default_blend_time = 0.0
-root/root = NodePath("..")
-anims/scroll = SubResource( 1 )
-playback/active = true
-playback/speed = 0.2
-blend_times = [ ]
-autoplay = "scroll"
-
-[node name="logo" type="AnimatedSprite" parent="."]
-
-transform/pos = Vector2( 412, 171 )
-frames = SubResource( 2 )
-frame = 8
-
-[node name="start" type="TextureButton" parent="."]
-
-focus/ignore_mouse = false
-focus/stop_mouse = true
-size_flags/horizontal = 2
-size_flags/vertical = 2
-margin/left = 345.0
-margin/top = 369.0
-margin/right = 494.0
-margin/bottom = 443.0
-toggle_mode = false
-textures/normal = ExtResource( 13 )
-textures/pressed = ExtResource( 14 )
-
-[node name="copyright" type="Label" parent="."]
-
-focus/ignore_mouse = true
-focus/stop_mouse = true
-size_flags/horizontal = 2
-margin/left = 658.0
-margin/top = 417.0
-margin/right = 776.0
-margin/bottom = 434.0
-custom_fonts/font = ExtResource( 15 )
-text = "(c) 1994 SOGA"
-percent_visible = 1.0
-lines_skipped = 0
-max_lines_visible = -1
-
-[node name="intro" type="AnimationPlayer" parent="."]
-
-playback/process_mode = 1
-playback/default_blend_time = 0.0
-root/root = NodePath("..")
-anims/intro = SubResource( 3 )
-anims/loop = SubResource( 4 )
-next/intro = "loop"
-playback/active = true
-playback/speed = 1.0
-blend_times = [ ]
-autoplay = "intro"
-
-
diff --git a/demos/2d/splash/splash_01.png b/demos/2d/splash/splash_01.png
deleted file mode 100644
index 79a96ac735..0000000000
--- a/demos/2d/splash/splash_01.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/splash_02.png b/demos/2d/splash/splash_02.png
deleted file mode 100644
index fab8bc6b38..0000000000
--- a/demos/2d/splash/splash_02.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/splash_03.png b/demos/2d/splash/splash_03.png
deleted file mode 100644
index 07c6cee8d2..0000000000
--- a/demos/2d/splash/splash_03.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/splash_04.png b/demos/2d/splash/splash_04.png
deleted file mode 100644
index e2b6a607ad..0000000000
--- a/demos/2d/splash/splash_04.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/splash_05.png b/demos/2d/splash/splash_05.png
deleted file mode 100644
index de42ab4cb7..0000000000
--- a/demos/2d/splash/splash_05.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/splash_06.png b/demos/2d/splash/splash_06.png
deleted file mode 100644
index c1b5e5dace..0000000000
--- a/demos/2d/splash/splash_06.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/splash_07.png b/demos/2d/splash/splash_07.png
deleted file mode 100644
index c65a6d8aec..0000000000
--- a/demos/2d/splash/splash_07.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/splash_08.png b/demos/2d/splash/splash_08.png
deleted file mode 100644
index 0bcf0bafe4..0000000000
--- a/demos/2d/splash/splash_08.png
+++ /dev/null
Binary files differ
diff --git a/demos/2d/splash/splash_09.png b/demos/2d/splash/splash_09.png
deleted file mode 100644
index de774104f9..0000000000
--- a/demos/2d/splash/splash_09.png
+++ /dev/null
Binary files differ