[gd_scene load_steps=38 format=2] [ext_resource path="res://images/game1/opening.tres" type="SpriteFrames" id=1] [ext_resource path="res://images/game1/opening2bg.tres" type="SpriteFrames" id=2] [ext_resource path="res://scripts/game1/Game1Script.gd" type="Script" id=3] [ext_resource path="res://scenes/game1/opening2_player.tscn" type="PackedScene" id=4] [ext_resource path="res://scripts/game1/opening2_next_step_trigger.gd" type="Script" id=5] [ext_resource path="res://scenes/game1/Level2.tscn" type="PackedScene" id=6] [ext_resource path="res://images/goo/BigGoo1.png" type="Texture" id=8] [ext_resource path="res://images/goo/BigGoo1_Outlines.png" type="Texture" id=9] [ext_resource path="res://images/goo/BigGoo2_Outlines.png" type="Texture" id=10] [ext_resource path="res://images/goo/BigGoo2.png" type="Texture" id=11] [ext_resource path="res://images/goo/goo.shader" type="Shader" id=12] [ext_resource path="res://images/goo/goo1.png" type="Texture" id=13] [ext_resource path="res://images/goo/goo1_Outlines.png" type="Texture" id=14] [ext_resource path="res://images/goo/goo2_Outlines.png" type="Texture" id=15] [ext_resource path="res://images/goo/goo3.png" type="Texture" id=16] [ext_resource path="res://images/goo/goo2.png" type="Texture" id=17] [ext_resource path="res://images/goo/goo3_Outlines.png" type="Texture" id=18] [ext_resource path="res://images/goo/goo4.png" type="Texture" id=19] [ext_resource path="res://images/goo/goo4_Outlines.png" type="Texture" id=20] [ext_resource path="res://images/goo/goo5.png" type="Texture" id=21] [ext_resource path="res://images/goo/goo5_Outlines.png" type="Texture" id=22] [ext_resource path="res://images/goo/goo6_Outlines.png" type="Texture" id=23] [ext_resource path="res://images/goo/goo6.png" type="Texture" id=24] [ext_resource path="res://images/goo/goo7.png" type="Texture" id=25] [ext_resource path="res://images/goo/goo7_Outlines.png" type="Texture" id=26] [ext_resource path="res://images/goo/goo8.png" type="Texture" id=27] [ext_resource path="res://images/goo/goo8_Outlines.png" type="Texture" id=28] [ext_resource path="res://scenes/game1/Level1.tscn" type="PackedScene" id=29] [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 114.063, 10 ) [sub_resource type="RectangleShape2D" id=2] extents = Vector2( 117.734, 10 ) [sub_resource type="RectangleShape2D" id=3] extents = Vector2( 13.4499, 41.9587 ) [sub_resource type="RectangleShape2D" id=4] extents = Vector2( 6.44203, 23.0973 ) [sub_resource type="ShaderMaterial" id=5] shader = ExtResource( 12 ) shader_param/particles_anim_h_frames = 10 shader_param/particles_anim_v_frames = 11 shader_param/particles_anim_loop = true [sub_resource type="ParticlesMaterial" id=6] flag_disable_z = true direction = Vector3( -1, 0, 0 ) spread = 5.0 gravity = Vector3( 0, 0, 0 ) initial_velocity = 8.0 orbit_velocity = 0.0 orbit_velocity_random = 0.0 anim_speed = 5.0 anim_offset = 1.0 anim_offset_random = 1.0 [sub_resource type="ShaderMaterial" id=7] shader = ExtResource( 12 ) shader_param/particles_anim_h_frames = 8 shader_param/particles_anim_v_frames = 1 shader_param/particles_anim_loop = true [sub_resource type="ShaderMaterial" id=8] shader = ExtResource( 12 ) shader_param/particles_anim_h_frames = 4 shader_param/particles_anim_v_frames = 1 shader_param/particles_anim_loop = true [sub_resource type="ShaderMaterial" id=9] shader = ExtResource( 12 ) shader_param/particles_anim_h_frames = 1 shader_param/particles_anim_v_frames = 1 shader_param/particles_anim_loop = true [node name="Node2D" type="Node2D"] script = ExtResource( 3 ) [node name="Game" type="Node2D" parent="."] [node name="Level1" parent="Game" instance=ExtResource( 29 )] [node name="Level2" parent="Game" instance=ExtResource( 6 )] visible = false [node name="Opening2" type="Node2D" parent="."] visible = false [node name="Opening2Bg" type="AnimatedSprite" parent="Opening2"] frames = ExtResource( 2 ) centered = false [node name="Player" parent="Opening2" instance=ExtResource( 4 )] position = Vector2( -6.22136, 83.6906 ) [node name="walls" type="Node2D" parent="Opening2"] [node name="StaticBody2D" type="StaticBody2D" parent="Opening2/walls"] position = Vector2( -6.22136, 83.6906 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="Opening2/walls/StaticBody2D"] position = Vector2( 99.7793, 36.875 ) shape = SubResource( 1 ) [node name="StaticBody2D2" type="StaticBody2D" parent="Opening2/walls"] position = Vector2( -6.22136, 83.6906 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="Opening2/walls/StaticBody2D2"] position = Vector2( 101.948, -20.3563 ) shape = SubResource( 2 ) [node name="StaticBody2D3" type="StaticBody2D" parent="Opening2/walls"] position = Vector2( -6.22136, 83.6906 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="Opening2/walls/StaticBody2D3"] position = Vector2( -25.6957, 6 ) shape = SubResource( 3 ) [node name="StaticBody2D4" type="StaticBody2D" parent="Opening2/walls"] position = Vector2( -6.22136, 83.6906 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="Opening2/walls/StaticBody2D4"] position = Vector2( 224.921, 6 ) shape = SubResource( 3 ) [node name="next_step_trigger" type="Area2D" parent="Opening2"] position = Vector2( -6.22136, 83.6906 ) script = ExtResource( 5 ) root_path = NodePath("../..") [node name="CollisionShape2D" type="CollisionShape2D" parent="Opening2/next_step_trigger"] position = Vector2( 210.738, 5 ) shape = SubResource( 4 ) [node name="goo" type="Node2D" parent="Opening2"] [node name="BigGoo1" type="Particles2D" parent="Opening2/goo"] material = SubResource( 5 ) position = Vector2( 319.204, 26.7984 ) amount = 3 lifetime = 60.0 process_material = SubResource( 6 ) texture = ExtResource( 8 ) normal_map = ExtResource( 9 ) [node name="BigGoo2" type="Particles2D" parent="Opening2/goo"] material = SubResource( 7 ) position = Vector2( 365.195, 26.7984 ) amount = 2 lifetime = 60.0 process_material = SubResource( 6 ) texture = ExtResource( 11 ) normal_map = ExtResource( 10 ) [node name="goo1" type="Particles2D" parent="Opening2/goo"] material = SubResource( 8 ) position = Vector2( 337.648, 26.7984 ) amount = 2 lifetime = 60.0 process_material = SubResource( 6 ) texture = ExtResource( 13 ) normal_map = ExtResource( 14 ) [node name="goo2" type="Particles2D" parent="Opening2/goo"] material = SubResource( 8 ) position = Vector2( 283.432, 26.7984 ) amount = 2 lifetime = 60.0 process_material = SubResource( 6 ) texture = ExtResource( 17 ) normal_map = ExtResource( 15 ) [node name="goo3" type="Particles2D" parent="Opening2/goo"] material = SubResource( 8 ) position = Vector2( 328.372, 26.7984 ) amount = 2 lifetime = 60.0 process_material = SubResource( 6 ) texture = ExtResource( 16 ) normal_map = ExtResource( 18 ) [node name="goo4" type="Particles2D" parent="Opening2/goo"] material = SubResource( 9 ) position = Vector2( 347.601, 26.7984 ) amount = 2 lifetime = 60.0 process_material = SubResource( 6 ) texture = ExtResource( 19 ) normal_map = ExtResource( 20 ) [node name="goo5" type="Particles2D" parent="Opening2/goo"] material = SubResource( 9 ) position = Vector2( 302.537, 26.7984 ) amount = 2 lifetime = 60.0 process_material = SubResource( 6 ) texture = ExtResource( 21 ) normal_map = ExtResource( 22 ) [node name="goo6" type="Particles2D" parent="Opening2/goo"] material = SubResource( 9 ) position = Vector2( 256.829, 26.7984 ) amount = 2 lifetime = 60.0 process_material = SubResource( 6 ) texture = ExtResource( 24 ) normal_map = ExtResource( 23 ) [node name="goo7" type="Particles2D" parent="Opening2/goo"] material = SubResource( 9 ) position = Vector2( 218.7, 26.7984 ) amount = 2 lifetime = 60.0 process_material = SubResource( 6 ) texture = ExtResource( 25 ) normal_map = ExtResource( 26 ) [node name="goo8" type="Particles2D" parent="Opening2/goo"] material = SubResource( 9 ) position = Vector2( 246.388, 26.7984 ) amount = 2 lifetime = 60.0 process_material = SubResource( 6 ) texture = ExtResource( 27 ) normal_map = ExtResource( 28 ) [node name="Opening1" type="AnimatedSprite" parent="."] visible = false frames = ExtResource( 1 ) centered = false