CrawlingEnemy, PlantEnemy
This commit is contained in:
parent
930ff3e2bb
commit
f6758e1dba
6 changed files with 233 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=9 format=2]
|
||||
[gd_scene load_steps=11 format=2]
|
||||
|
||||
[ext_resource path="res://Scenes/World/TileMap.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Scenes/Player/Player.tscn" type="PackedScene" id=2]
|
||||
|
@ -8,6 +8,8 @@
|
|||
[ext_resource path="res://Scenes/World/Camera.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://Scenes/UI/UI.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://Scenes/Enemies/FlyingEnemy.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://Scenes/Enemies/PlantEnemy.tscn" type="PackedScene" id=9]
|
||||
[ext_resource path="res://Scenes/Enemies/CrawlingEnemy.tscn" type="PackedScene" id=10]
|
||||
|
||||
[node name="World" type="Node"]
|
||||
script = ExtResource( 3 )
|
||||
|
@ -27,9 +29,6 @@ tile_data = PoolIntArray( 18, 0, 0, 19, 0, 5, 20, 0, 196609, 21, 0, 196609, 22,
|
|||
[node name="MovingPlatform" parent="TileMap" instance=ExtResource( 4 )]
|
||||
position = Vector2( 64, 128 )
|
||||
|
||||
[node name="WalkingEnemy" parent="." instance=ExtResource( 5 )]
|
||||
position = Vector2( 32, 160 )
|
||||
|
||||
[node name="WalkingEnemy2" parent="." instance=ExtResource( 5 )]
|
||||
position = Vector2( 160, 208 )
|
||||
|
||||
|
@ -41,4 +40,10 @@ position = Vector2( 448, 80 )
|
|||
[node name="FlyingEnemy" parent="." instance=ExtResource( 8 )]
|
||||
position = Vector2( 224, 88 )
|
||||
|
||||
[node name="PlantEnemy" parent="." instance=ExtResource( 9 )]
|
||||
position = Vector2( 136, 128 )
|
||||
|
||||
[node name="CrawlingEnemy" parent="." instance=ExtResource( 10 )]
|
||||
position = Vector2( 72, 160 )
|
||||
|
||||
[editable path="Player"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue