added Graphics and sound Effects and more overhauls
This commit is contained in:
parent
c887a2168c
commit
b9d4288900
214 changed files with 3378 additions and 198 deletions
5
scenes/spaceShip/enemy/railgunEnemy/railgunEnemy.gd
Normal file
5
scenes/spaceShip/enemy/railgunEnemy/railgunEnemy.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class_name RailgunEnemy extends "res://scenes/spaceShip/enemy/enemy.gd"
|
||||
|
||||
func _ready() -> void:
|
||||
changeWeapon(RAILGUN)
|
||||
setVision()
|
||||
Loading…
Add table
Add a link
Reference in a new issue