eel moves on path

This commit is contained in:
pennyrigate 2023-06-13 03:25:17 -04:00
parent 56ee4ccb58
commit acaa6f2d52
3 changed files with 38 additions and 20 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=31 format=2]
[gd_scene load_steps=32 format=2]
[ext_resource path="res://objects/enemy/squig.tscn" type="PackedScene" id=1]
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
@ -23,6 +23,7 @@
[ext_resource path="res://graphics/enemy/sawblade.png" type="Texture" id=21]
[ext_resource path="res://objects/enemy/rolling_fiend.tscn" type="PackedScene" id=22]
[ext_resource path="res://objects/enemy/steam.tscn" type="PackedScene" id=23]
[ext_resource path="res://objects/enemy/eel.tscn" type="PackedScene" id=24]
[ext_resource path="res://objects/enemy/cop.tscn" type="PackedScene" id=25]
[ext_resource path="res://objects/environment/turret/turret_bullet.tscn" type="PackedScene" id=26]
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=27]
@ -209,4 +210,7 @@ left_up_boundary = 2.0
right_down_boundary = 4.0
speed = 10
[node name="Eel" parent="." instance=ExtResource( 24 )]
position = Vector2( 120, 56 )
[editable path="RollingFiend"]