made the falling blocks lab falling blocks
This commit is contained in:
parent
935c47a46e
commit
d2cf53e5e1
1 changed files with 7 additions and 24 deletions
|
@ -1,16 +1,13 @@
|
|||
[gd_scene load_steps=17 format=2]
|
||||
[gd_scene load_steps=14 format=2]
|
||||
|
||||
[ext_resource path="res://tilesets/t_factory.tres" type="TileSet" id=1]
|
||||
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://objects/environment/falling_block/falling_block_graveyard.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://objects/environment/falling_block/falling_block_lab.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://graphics/backgrounds/factory.png" type="Texture" id=4]
|
||||
[ext_resource path="res://maps/boss/boss2_arena.gd" type="Script" id=5]
|
||||
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://objects/environment/moving_platform/moving_platform.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://objects/environment/turniwood/turning_platform.tscn" type="PackedScene" id=9]
|
||||
[ext_resource path="res://objects/environment/ladder/ladder.tscn" type="PackedScene" id=10]
|
||||
[ext_resource path="res://objects/enemy/robosnake.tscn" type="PackedScene" id=11]
|
||||
[ext_resource path="res://objects/delayed_instance.tscn" type="PackedScene" id=12]
|
||||
[ext_resource path="res://objects/environment/death tile/death_tile.tscn" type="PackedScene" id=13]
|
||||
[ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=14]
|
||||
|
@ -59,32 +56,22 @@ collision_layer = 32
|
|||
format = 1
|
||||
tile_data = PoolIntArray( 1048578, 1, 0, 1114118, 1, 0, 1179658, -1610612735, 0 )
|
||||
|
||||
[node name="FallingBlock" parent="Ground" instance=ExtResource( 3 )]
|
||||
[node name="FallingBlock2" parent="Ground" instance=ExtResource( 3 )]
|
||||
position = Vector2( 96, 152 )
|
||||
|
||||
[node name="FallingBlock3" parent="Ground" instance=ExtResource( 3 )]
|
||||
[node name="FallingBlock8" parent="Ground" instance=ExtResource( 3 )]
|
||||
position = Vector2( 64, 40 )
|
||||
|
||||
[node name="FallingBlock5" parent="Ground" instance=ExtResource( 3 )]
|
||||
position = Vector2( 8, 56 )
|
||||
|
||||
[node name="FallingBlock7" parent="Ground" instance=ExtResource( 3 )]
|
||||
[node name="FallingBlock6" parent="Ground" instance=ExtResource( 3 )]
|
||||
position = Vector2( 32, 40 )
|
||||
|
||||
[node name="MovingPlatform" parent="Ground" instance=ExtResource( 7 )]
|
||||
position = Vector2( 32, 224 )
|
||||
scale = Vector2( 2, 1 )
|
||||
speed = 40
|
||||
left_up_boundary = 2.0
|
||||
right_down_boundary = 2.0
|
||||
[node name="FallingBlock4" parent="Ground" instance=ExtResource( 3 )]
|
||||
position = Vector2( 8, 56 )
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource( 2 )]
|
||||
position = Vector2( 24, 176 )
|
||||
use_iframes = true
|
||||
|
||||
[node name="TurningPlatform" parent="." instance=ExtResource( 9 )]
|
||||
position = Vector2( 48, 216 )
|
||||
|
||||
[node name="Ladder2" parent="." instance=ExtResource( 10 )]
|
||||
position = Vector2( 96, 80 )
|
||||
scale = Vector2( 1, 4 )
|
||||
|
@ -121,10 +108,6 @@ position = Vector2( 152, 8 )
|
|||
|
||||
[node name="Enemies" type="Node2D" parent="."]
|
||||
|
||||
[node name="Snake" parent="Enemies" instance=ExtResource( 11 )]
|
||||
position = Vector2( 112, 224 )
|
||||
left_up_boundary = 3.0
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
visible = false
|
||||
margin_left = 155.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue