Missiles break bricks

This commit is contained in:
Felipe M 2021-05-18 20:53:49 +02:00
parent 632d927938
commit 2e1bcbc225
Signed by: fmartingr
GPG key ID: 716BC147715E716F
5 changed files with 40 additions and 4 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=11 format=2]
[gd_scene load_steps=12 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]
@ -10,6 +10,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]
[ext_resource path="res://Scenes/Objects/Brick.tscn" type="PackedScene" id=11]
[node name="World" type="Node"]
script = ExtResource( 3 )
@ -50,5 +51,20 @@ rotation = 3.14159
[node name="CrawlingEnemy" parent="." instance=ExtResource( 10 )]
position = Vector2( 72, 160 )
[node name="Brick" parent="." instance=ExtResource( 11 )]
position = Vector2( 111, 96 )
[node name="Brick2" parent="." instance=ExtResource( 11 )]
position = Vector2( 111, 112 )
[node name="Brick3" parent="." instance=ExtResource( 11 )]
position = Vector2( 111, 80 )
[node name="Brick4" parent="." instance=ExtResource( 11 )]
position = Vector2( 111, 64 )
[node name="Brick5" parent="." instance=ExtResource( 11 )]
position = Vector2( 111, 48 )
[editable path="Player"]
[editable path="Player/Hurtbox"]