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
9
scenes/upgrade/upgrades/timeGhostUpgrade.gd
Normal file
9
scenes/upgrade/upgrades/timeGhostUpgrade.gd
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
class_name TimeGhostUpgrade extends "res://scenes/upgrade/upgrade.gd"
|
||||
|
||||
func _init() -> void:
|
||||
upgradeName = "Add Timeghost"
|
||||
description = "Adds A Timeghost which repeats all actions you make. Acts as an extra life in case you get destroyed"
|
||||
|
||||
func select():
|
||||
if Globals.getPlayer() != null:
|
||||
Globals.getPlayer().addGhost()
|
||||
Loading…
Add table
Add a link
Reference in a new issue