Player gun, bullet and its collisiions. Refactor.
This commit is contained in:
parent
0dd3f24030
commit
ffb7c8bf99
28 changed files with 562 additions and 131 deletions
|
@ -1,6 +0,0 @@
|
|||
extends Node2D
|
||||
|
||||
var motion = Vector2(rand_range(-20, 20), rand_range(-10, -40))
|
||||
|
||||
func _process(delta):
|
||||
position += motion * delta
|
Loading…
Add table
Add a link
Reference in a new issue