diff options
Diffstat (limited to 'demos/2d/splash')
-rw-r--r-- | demos/2d/splash/engine.cfg | 2 | ||||
-rw-r--r-- | demos/2d/splash/splash.tscn | 274 | ||||
-rw-r--r-- | demos/2d/splash/splash.xml | 448 |
3 files changed, 275 insertions, 449 deletions
diff --git a/demos/2d/splash/engine.cfg b/demos/2d/splash/engine.cfg index e461426305..e970840eae 100644 --- a/demos/2d/splash/engine.cfg +++ b/demos/2d/splash/engine.cfg @@ -1,7 +1,7 @@ [application] name="Splash Screen" -main_scene="res://splash.xml" +main_scene="res://splash.tscn" icon="res://icon.png" [display] diff --git a/demos/2d/splash/splash.tscn b/demos/2d/splash/splash.tscn new file mode 100644 index 0000000000..5523d4c3f0 --- /dev/null +++ b/demos/2d/splash/splash.tscn @@ -0,0 +1,274 @@ +[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.xml b/demos/2d/splash/splash.xml deleted file mode 100644 index 4a36619b09..0000000000 --- a/demos/2d/splash/splash.xml +++ /dev/null @@ -1,448 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<resource_file type="PackedScene" subresource_count="20" version="2.0" version_name="Godot Engine v2.0.alpha.custom_build"> - <ext_resource path="res://splash_02.png" type="Texture" index="4"></ext_resource> - <ext_resource path="res://splash_01.png" type="Texture" index="3"></ext_resource> - <ext_resource path="res://splash_05.png" type="Texture" index="7"></ext_resource> - <ext_resource path="res://splash_06.png" type="Texture" index="8"></ext_resource> - <ext_resource path="res://splash_03.png" type="Texture" index="5"></ext_resource> - <ext_resource path="res://splash_04.png" type="Texture" index="6"></ext_resource> - <ext_resource path="res://splash_07.png" type="Texture" index="9"></ext_resource> - <ext_resource path="res://splash_08.png" type="Texture" index="10"></ext_resource> - <ext_resource path="res://splash_09.png" type="Texture" index="11"></ext_resource> - <ext_resource path="res://bg.png" type="Texture" index="0"></ext_resource> - <ext_resource path="res://bg_layer_2.png" type="Texture" index="1"></ext_resource> - <ext_resource path="res://bg_layer_1.png" type="Texture" index="2"></ext_resource> - <ext_resource path="res://button_pressed.png" type="Texture" index="13"></ext_resource> - <ext_resource path="res://button.png" type="Texture" index="12"></ext_resource> - <ext_resource path="res://freesans.fnt" type="Font" index="14"></ext_resource> - <resource type="Animation" path="local://1"> - <string name="resource/name"> "scroll" </string> - <real name="length"> 1 </real> - <bool name="loop"> True </bool> - <real name="step"> 0.1 </real> - <string name="tracks/0/type"> "value" </string> - <node_path name="tracks/0/path"> ".:rect/pos" </node_path> - <int name="tracks/0/interp"> 1 </int> - <dictionary name="tracks/0/keys" shared="false"> - <string> "cont" </string> - <bool> True </bool> - <string> "times" </string> - <real_array len="2"> 0, 1 </real_array> - <string> "transitions" </string> - <real_array len="2"> 1, 1 </real_array> - <string> "values" </string> - <array len="2" shared="false"> - <vector2> 0, 0 </vector2> - <vector2> -800, 0 </vector2> - </array> - </dictionary> - - </resource> - <resource type="SpriteFrames" path="local://2"> - <array name="frames" len="9" shared="false"> - <resource external="3"> </resource> - <resource external="4"> </resource> - <resource external="5"> </resource> - <resource external="6"> </resource> - <resource external="7"> </resource> - <resource external="8"> </resource> - <resource external="9"> </resource> - <resource external="10"> </resource> - <resource external="11"> </resource> - </array> - - </resource> - <resource type="Animation" path="local://4"> - <string name="resource/name"> "intro" </string> - <real name="length"> 3 </real> - <bool name="loop"> False </bool> - <real name="step"> 0.1 </real> - <string name="tracks/0/type"> "value" </string> - <node_path name="tracks/0/path"> "logo:transform/pos" </node_path> - <int name="tracks/0/interp"> 1 </int> - <dictionary name="tracks/0/keys" shared="false"> - <string> "cont" </string> - <bool> True </bool> - <string> "times" </string> - <real_array len="2"> 1, 1.5 </real_array> - <string> "transitions" </string> - <real_array len="2"> 2, 1 </real_array> - <string> "values" </string> - <array len="2" shared="false"> - <vector2> 412, -212.981 </vector2> - <vector2> 412, 171 </vector2> - </array> - </dictionary> - <string name="tracks/1/type"> "value" </string> - <node_path name="tracks/1/path"> "logo:frame" </node_path> - <int name="tracks/1/interp"> 1 </int> - <dictionary name="tracks/1/keys" shared="false"> - <string> "cont" </string> - <bool> False </bool> - <string> "times" </string> - <real_array len="10"> 0, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3 </real_array> - <string> "transitions" </string> - <real_array len="10"> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 </real_array> - <string> "values" </string> - <array len="10" shared="false"> - <int> 0 </int> - <int> 0 </int> - <int> 1 </int> - <int> 2 </int> - <int> 3 </int> - <int> 4 </int> - <int> 5 </int> - <int> 6 </int> - <int> 7 </int> - <int> 8 </int> - </array> - </dictionary> - <string name="tracks/2/type"> "value" </string> - <node_path name="tracks/2/path"> "start:visibility/opacity" </node_path> - <int name="tracks/2/interp"> 1 </int> - <dictionary name="tracks/2/keys" shared="false"> - <string> "cont" </string> - <bool> True </bool> - <string> "times" </string> - <real_array len="2"> 2.5, 2.8 </real_array> - <string> "transitions" </string> - <real_array len="2"> 1, 1 </real_array> - <string> "values" </string> - <array len="2" shared="false"> - <real> 0 </real> - <real> 1 </real> - </array> - </dictionary> - <string name="tracks/3/type"> "value" </string> - <node_path name="tracks/3/path"> "start:visibility/visible" </node_path> - <int name="tracks/3/interp"> 1 </int> - <dictionary name="tracks/3/keys" shared="false"> - <string> "cont" </string> - <bool> False </bool> - <string> "times" </string> - <real_array len="2"> 0, 2.5 </real_array> - <string> "transitions" </string> - <real_array len="2"> 1, 1 </real_array> - <string> "values" </string> - <array len="2" shared="false"> - <bool> False </bool> - <bool> True </bool> - </array> - </dictionary> - <string name="tracks/4/type"> "value" </string> - <node_path name="tracks/4/path"> "copyright:visibility/visible" </node_path> - <int name="tracks/4/interp"> 1 </int> - <dictionary name="tracks/4/keys" shared="false"> - <string> "cont" </string> - <bool> False </bool> - <string> "times" </string> - <real_array len="2"> 0, 2.5 </real_array> - <string> "transitions" </string> - <real_array len="2"> 1, 1 </real_array> - <string> "values" </string> - <array len="2" shared="false"> - <bool> False </bool> - <bool> True </bool> - </array> - </dictionary> - <string name="tracks/5/type"> "value" </string> - <node_path name="tracks/5/path"> "copyright:visibility/opacity" </node_path> - <int name="tracks/5/interp"> 1 </int> - <dictionary name="tracks/5/keys" shared="false"> - <string> "cont" </string> - <bool> True </bool> - <string> "times" </string> - <real_array len="2"> 2.5, 2.8 </real_array> - <string> "transitions" </string> - <real_array len="2"> 1, 1 </real_array> - <string> "values" </string> - <array len="2" shared="false"> - <real> 0 </real> - <real> 1 </real> - </array> - </dictionary> - - </resource> - <resource type="Animation" path="local://3"> - <string name="resource/name"> "loop" </string> - <real name="length"> 0.6 </real> - <bool name="loop"> True </bool> - <real name="step"> 0.1 </real> - <string name="tracks/0/type"> "value" </string> - <node_path name="tracks/0/path"> "logo:frame" </node_path> - <int name="tracks/0/interp"> 1 </int> - <dictionary name="tracks/0/keys" shared="false"> - <string> "cont" </string> - <bool> False </bool> - <string> "times" </string> - <real_array len="2"> 0, 0.3 </real_array> - <string> "transitions" </string> - <real_array len="2"> 1, 1 </real_array> - <string> "values" </string> - <array len="2" shared="false"> - <int> 8 </int> - <int> 7 </int> - </array> - </dictionary> - - </resource> - <main_resource> - <dictionary name="_bundled" shared="false"> - <string> "conn_count" </string> - <int> 0 </int> - <string> "conns" </string> - <int_array len="0"> </int_array> - <string> "editable_instances" </string> - <array len="0" shared="false"> - </array> - <string> "names" </string> - <string_array len="51"> - <string> "splash" </string> - <string> "anchor/right" </string> - <string> "anchor/bottom" </string> - <string> "focus/ignore_mouse" </string> - <string> "focus/stop_mouse" </string> - <string> "size_flags/horizontal" </string> - <string> "size_flags/vertical" </string> - <string> "__meta__" </string> - <string> "Control" </string> - <string> "bg" </string> - <string> "margin/right" </string> - <string> "margin/bottom" </string> - <string> "1" </string> - <string> "texture" </string> - <string> "TextureFrame" </string> - <string> "2" </string> - <string> "margin/left" </string> - <string> "scroll" </string> - <string> "playback/process_mode" </string> - <string> "playback/default_blend_time" </string> - <string> "root/root" </string> - <string> "anims/scroll" </string> - <string> "playback/active" </string> - <string> "playback/speed" </string> - <string> "blend_times" </string> - <string> "autoplay" </string> - <string> "AnimationPlayer" </string> - <string> "layer2" </string> - <string> "margin/top" </string> - <string> "layer1" </string> - <string> "logo" </string> - <string> "transform/pos" </string> - <string> "frames" </string> - <string> "frame" </string> - <string> "AnimatedSprite" </string> - <string> "start" </string> - <string> "toggle_mode" </string> - <string> "textures/normal" </string> - <string> "textures/pressed" </string> - <string> "TextureButton" </string> - <string> "copyright" </string> - <string> "custom_fonts/font" </string> - <string> "text" </string> - <string> "percent_visible" </string> - <string> "lines_skipped" </string> - <string> "max_lines_visible" </string> - <string> "Label" </string> - <string> "intro" </string> - <string> "anims/intro" </string> - <string> "next/intro" </string> - <string> "anims/loop" </string> - </string_array> - <string> "node_count" </string> - <int> 17 </int> - <string> "node_paths" </string> - <array len="0" shared="false"> - </array> - <string> "nodes" </string> - <int_array len="387"> -1, -1, 8, 0, -1, 7, 1, 0, 2, 0, 3, 1, 4, 2, 5, 3, 6, 3, 7, 4, 0, 0, 0, 8, 9, -1, 6, 10, 5, 11, 5, 3, 1, 4, 2, 5, 3, 6, 3, 0, 1, 0, 14, 12, -1, 7, 10, 5, 11, 5, 3, 2, 4, 2, 5, 3, 6, 3, 13, 6, 0, 1, 0, 14, 15, -1, 8, 16, 7, 10, 8, 11, 9, 3, 2, 4, 2, 5, 3, 6, 3, 13, 6, 0, 1, 0, 26, 17, -1, 8, 18, 0, 19, 10, 20, 11, 21, 12, 22, 2, 23, 13, 24, 14, 25, 15, 0, 0, 0, 8, 27, -1, 6, 10, 5, 11, 5, 3, 1, 4, 2, 5, 3, 6, 3, 0, 5, 0, 14, 12, -1, 8, 28, 16, 10, 7, 11, 17, 3, 2, 4, 2, 5, 3, 6, 3, 13, 18, 0, 5, 0, 14, 15, -1, 9, 16, 7, 28, 16, 10, 8, 11, 17, 3, 2, 4, 2, 5, 3, 6, 3, 13, 18, 0, 5, 0, 26, 17, -1, 8, 18, 0, 19, 10, 20, 11, 21, 12, 22, 2, 23, 19, 24, 14, 25, 15, 0, 0, 0, 8, 29, -1, 6, 10, 5, 11, 5, 3, 1, 4, 2, 5, 3, 6, 3, 0, 9, 0, 14, 12, -1, 8, 28, 20, 10, 7, 11, 17, 3, 2, 4, 2, 5, 3, 6, 3, 13, 21, 0, 9, 0, 14, 15, -1, 9, 16, 7, 28, 20, 10, 8, 11, 17, 3, 2, 4, 2, 5, 3, 6, 3, 13, 21, 0, 9, 0, 26, 17, -1, 8, 18, 0, 19, 10, 20, 11, 21, 12, 22, 2, 23, 22, 24, 14, 25, 15, 0, 0, 0, 34, 30, -1, 3, 31, 23, 32, 24, 33, 25, 0, 0, 0, 39, 35, -1, 11, 16, 26, 28, 27, 10, 28, 11, 29, 3, 1, 4, 2, 5, 3, 6, 3, 36, 1, 37, 30, 38, 31, 0, 0, 0, 46, 40, -1, 12, 16, 32, 28, 33, 10, 34, 11, 35, 3, 2, 4, 2, 5, 3, 41, 36, 42, 37, 43, 38, 44, 39, 45, 40, 0, 0, 0, 26, 47, -1, 10, 18, 0, 19, 10, 20, 11, 48, 41, 49, 42, 50, 43, 22, 2, 23, 38, 24, 14, 25, 44, 0 </int_array> - <string> "variants" </string> - <array len="45" shared="false"> - <int> 1 </int> - <bool> False </bool> - <bool> True </bool> - <int> 2 </int> - <dictionary shared="false"> - <string> "__editor_plugin_screen__" </string> - <string> "2D" </string> - <string> "__editor_plugin_states__" </string> - <dictionary shared="false"> - <string> "2D" </string> - <dictionary shared="false"> - <string> "ofs" </string> - <vector2> -301.424, -450.503 </vector2> - <string> "snap_grid" </string> - <bool> False </bool> - <string> "snap_offset" </string> - <vector2> 0, 0 </vector2> - <string> "snap_pixel" </string> - <bool> False </bool> - <string> "snap_relative" </string> - <bool> False </bool> - <string> "snap_rotation" </string> - <bool> False </bool> - <string> "snap_rotation_offset" </string> - <real> 0 </real> - <string> "snap_rotation_step" </string> - <real> 0.261799 </real> - <string> "snap_show_grid" </string> - <bool> False </bool> - <string> "snap_step" </string> - <vector2> 10, 10 </vector2> - <string> "zoom" </string> - <real> 0.54036 </real> - </dictionary> - <string> "3D" </string> - <dictionary shared="false"> - <string> "ambient_light_color" </string> - <color> 0.15, 0.15, 0.15, 1 </color> - <string> "default_light" </string> - <bool> True </bool> - <string> "default_srgb" </string> - <bool> False </bool> - <string> "deflight_rot_x" </string> - <real> 0.942478 </real> - <string> "deflight_rot_y" </string> - <real> 0.628319 </real> - <string> "fov" </string> - <real> 45 </real> - <string> "show_grid" </string> - <bool> True </bool> - <string> "show_origin" </string> - <bool> True </bool> - <string> "viewport_mode" </string> - <int> 1 </int> - <string> "viewports" </string> - <array len="4" shared="false"> - <dictionary shared="false"> - <string> "distance" </string> - <real> 4 </real> - <string> "listener" </string> - <bool> True </bool> - <string> "pos" </string> - <vector3> 0, 0, 0 </vector3> - <string> "use_environment" </string> - <bool> False </bool> - <string> "use_orthogonal" </string> - <bool> False </bool> - <string> "x_rot" </string> - <real> 0 </real> - <string> "y_rot" </string> - <real> 0 </real> - </dictionary> - <dictionary shared="false"> - <string> "distance" </string> - <real> 4 </real> - <string> "listener" </string> - <bool> False </bool> - <string> "pos" </string> - <vector3> 0, 0, 0 </vector3> - <string> "use_environment" </string> - <bool> False </bool> - <string> "use_orthogonal" </string> - <bool> False </bool> - <string> "x_rot" </string> - <real> 0 </real> - <string> "y_rot" </string> - <real> 0 </real> - </dictionary> - <dictionary shared="false"> - <string> "distance" </string> - <real> 4 </real> - <string> "listener" </string> - <bool> False </bool> - <string> "pos" </string> - <vector3> 0, 0, 0 </vector3> - <string> "use_environment" </string> - <bool> False </bool> - <string> "use_orthogonal" </string> - <bool> False </bool> - <string> "x_rot" </string> - <real> 0 </real> - <string> "y_rot" </string> - <real> 0 </real> - </dictionary> - <dictionary shared="false"> - <string> "distance" </string> - <real> 4 </real> - <string> "listener" </string> - <bool> False </bool> - <string> "pos" </string> - <vector3> 0, 0, 0 </vector3> - <string> "use_environment" </string> - <bool> False </bool> - <string> "use_orthogonal" </string> - <bool> False </bool> - <string> "x_rot" </string> - <real> 0 </real> - <string> "y_rot" </string> - <real> 0 </real> - </dictionary> - </array> - <string> "zfar" </string> - <real> 500 </real> - <string> "znear" </string> - <real> 0.1 </real> - </dictionary> - <string> "Anim" </string> - <dictionary shared="false"> - <string> "visible" </string> - <bool> False </bool> - </dictionary> - </dictionary> - <string> "__editor_run_settings__" </string> - <dictionary shared="false"> - <string> "custom_args" </string> - <string> "-l $scene" </string> - <string> "run_mode" </string> - <int> 0 </int> - </dictionary> - </dictionary> - <real> 40 </real> - <resource external="0"> </resource> - <real> 800 </real> - <real> 1600 </real> - <real> 450 </real> - <real> 0 </real> - <node_path> ".." </node_path> - <resource resource_type="Animation" path="local://1"> </resource> - <real> 0.04 </real> - <array len="0" shared="false"> - </array> - <string> "scroll" </string> - <real> 194 </real> - <real> 456 </real> - <resource external="1"> </resource> - <real> 0.1 </real> - <real> 212 </real> - <resource external="2"> </resource> - <real> 0.2 </real> - <vector2> 412, 171 </vector2> - <resource resource_type="SpriteFrames" path="local://2"> </resource> - <int> 8 </int> - <real> 345 </real> - <real> 369 </real> - <real> 494 </real> - <real> 443 </real> - <resource external="12"> </resource> - <resource external="13"> </resource> - <real> 658 </real> - <real> 417 </real> - <real> 776 </real> - <real> 434 </real> - <resource external="14"> </resource> - <string> "(c) 1994 SOGA" </string> - <real> 1 </real> - <int> 0 </int> - <int> -1 </int> - <resource resource_type="Animation" path="local://4"> </resource> - <string> "loop" </string> - <resource resource_type="Animation" path="local://3"> </resource> - <string> "intro" </string> - </array> - <string> "version" </string> - <int> 2 </int> - </dictionary> - - </main_resource> -</resource_file>
\ No newline at end of file |