From e91f2c9f403522b22b730f777baa354b9a9cfedc Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Sat, 29 Oct 2022 18:00:46 +0100 Subject: Fix bullets --- Node2D.tscn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Node2D.tscn') 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 )] -- cgit v1.2.3-70-g09d2