diff options
Diffstat (limited to 'Node2D.tscn')
| -rw-r--r-- | Node2D.tscn | 6 |
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 )] |
