aboutsummaryrefslogtreecommitdiffstats
path: root/Node2D.tscn
diff options
context:
space:
mode:
authorfreddie-a <57713959+freddie-a@users.noreply.github.com>2022-10-29 21:59:06 +0100
committerfreddie-a <57713959+freddie-a@users.noreply.github.com>2022-10-29 21:59:06 +0100
commit92758c8c998091b8c2a20e6af5f2f473aa130d7a (patch)
tree1a86ffdf0388000b903851fb5230edb8199eff99 /Node2D.tscn
parente91f2c9f403522b22b730f777baa354b9a9cfedc (diff)
Add health loss
Diffstat (limited to 'Node2D.tscn')
-rw-r--r--Node2D.tscn6
1 files changed, 1 insertions, 5 deletions
diff --git a/Node2D.tscn b/Node2D.tscn
index a471e7e..d6a1149 100644
--- a/Node2D.tscn
+++ b/Node2D.tscn
@@ -1,9 +1,8 @@
-[gd_scene load_steps=7 format=2]
+[gd_scene load_steps=6 format=2]
[ext_resource path="res://HUD.tscn" type="PackedScene" id=1]
[ext_resource path="res://Player.tscn" type="PackedScene" id=2]
[ext_resource path="res://Main.gd" type="Script" id=3]
-[ext_resource path="res://Bullet.tscn" type="PackedScene" id=4]
[ext_resource path="res://Enemy0.tscn" type="PackedScene" id=5]
[sub_resource type="Curve2D" id=1]
@@ -15,9 +14,6 @@ _data = {
script = ExtResource( 3 )
enemy_scene = ExtResource( 5 )
-[node name="Bullet" parent="." instance=ExtResource( 4 )]
-position = Vector2( 548, 225 )
-
[node name="KinematicBody2D" parent="." instance=ExtResource( 2 )]
position = Vector2( 544, 216 )