crabs-game/scenes/oil_tanker.tscn

126 lines
4.8 KiB
Plaintext

[gd_scene load_steps=28 format=2]
[ext_resource path="res://scripts/oil_tanker.gd" type="Script" id=1]
[ext_resource path="res://images/oil_tanker/OilTanker.tres" type="SpriteFrames" id=2]
[ext_resource path="res://images/oil_tanker/oilTankerInside_Background.png" type="Texture" id=3]
[ext_resource path="res://scenes/SidePlayer.tscn" type="PackedScene" id=4]
[ext_resource path="res://images/oil_tanker/oilTankerInside_Foreground.png" type="Texture" id=5]
[ext_resource path="res://scripts/GooEmitter.gd" type="Script" id=6]
[ext_resource path="res://images/goo/goo.shader" type="Shader" id=7]
[ext_resource path="res://images/goo/BigGoo1.tres" type="Resource" id=8]
[ext_resource path="res://images/goo/BigGoo1.png" type="Texture" id=9]
[ext_resource path="res://images/goo/BigGoo1_Outlines.png" type="Texture" id=10]
[ext_resource path="res://images/goo/BigGoo2.tres" type="Resource" id=11]
[ext_resource path="res://images/goo/goo5.tres" type="Resource" id=12]
[ext_resource path="res://images/goo/goo8.tres" type="Resource" id=13]
[ext_resource path="res://images/goo/goo4.tres" type="Resource" id=14]
[ext_resource path="res://images/goo/goo2.tres" type="Resource" id=15]
[ext_resource path="res://images/goo/goo7.tres" type="Resource" id=16]
[ext_resource path="res://images/goo/goo6.tres" type="Resource" id=17]
[ext_resource path="res://images/goo/goo1.tres" type="Resource" id=18]
[ext_resource path="res://images/goo/goo3.tres" type="Resource" id=19]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 10, 27.9493 )
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 10, 27.9493 )
[sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 20.5315, 7.16187 )
[sub_resource type="RectangleShape2D" id=4]
extents = Vector2( 85.2849, 7.16187 )
[sub_resource type="SegmentShape2D" id=5]
b = Vector2( -77.3156, 35.1986 )
[sub_resource type="SegmentShape2D" id=6]
b = Vector2( -129.208, -5.53812 )
[sub_resource type="SegmentShape2D" id=7]
b = Vector2( -87.4343, 42.6051 )
[sub_resource type="ShaderMaterial" id=10]
shader = ExtResource( 7 )
shader_param/particles_anim_h_frames = 10
shader_param/particles_anim_v_frames = 11
shader_param/particles_anim_loop = true
shader_param/frame = null
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="InsideOilTanker" type="Sprite" parent="."]
texture = ExtResource( 3 )
centered = false
[node name="Player" parent="InsideOilTanker" instance=ExtResource( 4 )]
position = Vector2( 192, 64.4552 )
[node name="GooEmitter" type="Node2D" parent="InsideOilTanker"]
position = Vector2( -43.5548, 47.7155 )
script = ExtResource( 6 )
goo_particles = [ ExtResource( 8 ), ExtResource( 11 ), ExtResource( 18 ), ExtResource( 15 ), ExtResource( 19 ), ExtResource( 14 ), ExtResource( 12 ), ExtResource( 17 ), ExtResource( 16 ), ExtResource( 13 ) ]
direction = Vector2( 1, 0 )
spawn_rate = 2
[node name="Foreground" type="Sprite" parent="InsideOilTanker"]
texture = ExtResource( 5 )
centered = false
[node name="walls" type="Node2D" parent="InsideOilTanker"]
[node name="Wall" type="StaticBody2D" parent="InsideOilTanker/walls"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="InsideOilTanker/walls/Wall"]
position = Vector2( 212.356, 79.3663 )
shape = SubResource( 1 )
[node name="Wall2" type="StaticBody2D" parent="InsideOilTanker/walls"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="InsideOilTanker/walls/Wall2"]
position = Vector2( -22.7999, 91.1098 )
shape = SubResource( 2 )
[node name="Wall5" type="StaticBody2D" parent="InsideOilTanker/walls"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="InsideOilTanker/walls/Wall5"]
position = Vector2( 195.122, 51.255 )
shape = SubResource( 3 )
[node name="Wall6" type="StaticBody2D" parent="InsideOilTanker/walls"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="InsideOilTanker/walls/Wall6"]
position = Vector2( 61.9836, 120.029 )
shape = SubResource( 4 )
[node name="Wall7" type="StaticBody2D" parent="InsideOilTanker/walls"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="InsideOilTanker/walls/Wall7"]
position = Vector2( 188.054, 51.255 )
shape = SubResource( 5 )
[node name="Wall9" type="StaticBody2D" parent="InsideOilTanker/walls"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="InsideOilTanker/walls/Wall9"]
position = Vector2( 111.845, 85.2935 )
shape = SubResource( 6 )
[node name="Wall10" type="StaticBody2D" parent="InsideOilTanker/walls"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="InsideOilTanker/walls/Wall10"]
position = Vector2( 204.978, 72.7017 )
shape = SubResource( 7 )
[node name="OilTanker" type="AnimatedSprite" parent="."]
frames = ExtResource( 2 )
centered = false
[node name="GooExample" type="Sprite" parent="."]
visible = false
material = SubResource( 10 )
texture = ExtResource( 9 )
normal_map = ExtResource( 10 )
centered = false