FlyingEnemy

This commit is contained in:
Felipe M 2021-02-09 18:47:23 +01:00
parent 11b0e77b48
commit 3d940d26c0
Signed by: fmartingr
GPG key ID: 716BC147715E716F
12 changed files with 1543 additions and 1380 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=8 format=2]
[gd_scene load_steps=9 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]
@ -7,6 +7,7 @@
[ext_resource path="res://Scenes/Enemies/WalkingEnemy.tscn" type="PackedScene" id=5]
[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]
[node name="World" type="Node"]
script = ExtResource( 3 )
@ -37,4 +38,7 @@ position = Vector2( 448, 80 )
[node name="UI" parent="." instance=ExtResource( 7 )]
[node name="FlyingEnemy" parent="." instance=ExtResource( 8 )]
position = Vector2( 224, 88 )
[editable path="Player"]