Game #3: Space Shooter
This commit is contained in:
parent
a00e9b59c9
commit
f785a24c14
45 changed files with 927 additions and 0 deletions
5
space-shooter/Scenes/LaserHit.gd
Normal file
5
space-shooter/Scenes/LaserHit.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends Node2D
|
||||
|
||||
|
||||
func _on_Timer_timeout():
|
||||
queue_free()
|
Loading…
Add table
Add a link
Reference in a new issue