aboutsummaryrefslogtreecommitdiffstats
path: root/Node2D.tscn
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-10-29 18:00:46 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-10-29 18:00:46 +0100
commite91f2c9f403522b22b730f777baa354b9a9cfedc (patch)
tree947707b5af368199471f56752322c30f93f1fbad /Node2D.tscn
parent9c6e6217916972d05da5a5072ea935f8189ea825 (diff)
Fix bullets
Diffstat (limited to 'Node2D.tscn')
-rw-r--r--Node2D.tscn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Node2D.tscn b/Node2D.tscn
index ec9f7c3..a471e7e 100644
--- a/Node2D.tscn
+++ b/Node2D.tscn
@@ -15,12 +15,12 @@ _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 )
-[node name="Bullet" parent="KinematicBody2D" instance=ExtResource( 4 )]
-position = Vector2( 4, 9 )
-
[node name="Node" type="Node" parent="."]
[node name="HUD" parent="." instance=ExtResource( 1 )]