init
This commit is contained in:
8
scripts/upgrades/first_upgrade.gd
Normal file
8
scripts/upgrades/first_upgrade.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Upgrade
|
||||
class_name FirstUpgrade
|
||||
|
||||
func _init():
|
||||
name = "First Upgrade"
|
||||
description = "Buy this upgrade to unlock the six initial upgrades"
|
||||
cost = {}
|
||||
unlocks = [StandardCockpitUpgrade.new(), StandardEngineUpgrade.new(), FuelEfficiencyUpgrade.new(), FuelCapacityUpgrade.new(), EngineSpeedUpgrade.new(), EngineManeuverabilityUpgrade.new()]
|
||||
Reference in New Issue
Block a user