Added shooter ship
This commit is contained in:
parent
154da5104e
commit
ab3ac4af66
10 changed files with 232 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ size = Vector2(4, 32)
|
|||
|
||||
[node name="Laser" type="Node2D" node_paths=PackedStringArray("collider")]
|
||||
script = ExtResource("1_6nacn")
|
||||
speed = 600.0
|
||||
speed = 1000.0
|
||||
collider = NodePath("Collision")
|
||||
|
||||
[node name="LaserBody" type="Line2D" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue