add antlion
This commit is contained in:
parent
1a0e9d5937
commit
3d630b51fc
7 changed files with 249 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=15 format=2]
|
||||
[gd_scene load_steps=16 format=2]
|
||||
|
||||
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
|
||||
|
@ -14,6 +14,7 @@
|
|||
[ext_resource path="res://objects/environment/turniwood/turning_platform.tscn" type="PackedScene" id=12]
|
||||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=13]
|
||||
[ext_resource path="res://objects/environment/falling_block/falling_block.tscn" type="PackedScene" id=14]
|
||||
[ext_resource path="res://objects/enemy/antlion.tscn" type="PackedScene" id=15]
|
||||
|
||||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
script = ExtResource( 11 )
|
||||
|
@ -100,3 +101,6 @@ delay = 2.0
|
|||
|
||||
[node name="FallingBlock" parent="." instance=ExtResource( 14 )]
|
||||
position = Vector2( 192, 112 )
|
||||
|
||||
[node name="Antlion" parent="." instance=ExtResource( 15 )]
|
||||
position = Vector2( 144, 152 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue