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
6
scenes/spaceShip/enemy/shotgunEnemy/shotgunEnemy.gd
Normal file
6
scenes/spaceShip/enemy/shotgunEnemy/shotgunEnemy.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class_name ShotgunEnemy extends "res://scenes/spaceShip/enemy/enemy.gd"
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
changeWeapon(SHOTGUN)
|
||||
setVision()
|
||||
Loading…
Add table
Add a link
Reference in a new issue