diff options
| author | LeightonGinty <leightonginty@gmail.com> | 2022-10-29 16:37:26 +0100 |
|---|---|---|
| committer | LeightonGinty <leightonginty@gmail.com> | 2022-10-29 16:37:26 +0100 |
| commit | 4c0bd4f0ab32a2489130d04b08c39d008c8c9961 (patch) | |
| tree | 75d2c138b24bb09ab15ce7f1204b69cfe7a40abe /Node2D.tscn | |
| parent | 078392d1d4478e552d362c2e76c2d50a1917f10e (diff) | |
can shoot now
Diffstat (limited to 'Node2D.tscn')
| -rw-r--r-- | Node2D.tscn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Node2D.tscn b/Node2D.tscn index a5ed610..612e27f 100644 --- a/Node2D.tscn +++ b/Node2D.tscn @@ -1,12 +1,17 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=5 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://Enemy0.tscn" type="PackedScene" id=3] +[ext_resource path="res://Bullet.tscn" type="PackedScene" id=4] [node name="Node" type="Node2D"] [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="."] |
