make Game.gd not rely on autoload/global
This commit is contained in:
@ -19,13 +19,13 @@ health = 120
|
||||
penalty = 7
|
||||
movement_speed = 1.0
|
||||
spawn_cooldown = 1.0
|
||||
common_group = 3
|
||||
common_group = 5
|
||||
common_cost = 2
|
||||
uncommon_group = 6
|
||||
uncommon_group = 10
|
||||
uncommon_cost = 3
|
||||
rare_group = 10
|
||||
rare_group = 18
|
||||
rare_cost = 4
|
||||
epic_group = 16
|
||||
epic_cost = 5
|
||||
legendary_group = 25
|
||||
legendary_cost = 6
|
||||
epic_group = 26
|
||||
epic_cost = 6
|
||||
legendary_group = 42
|
||||
legendary_cost = 8
|
||||
|
@ -25,13 +25,13 @@ health = 180
|
||||
penalty = 10
|
||||
movement_speed = 1.2
|
||||
spawn_cooldown = 1.2
|
||||
common_group = 4
|
||||
common_group = 8
|
||||
common_cost = 1
|
||||
uncommon_group = 6
|
||||
uncommon_group = 12
|
||||
uncommon_cost = 2
|
||||
rare_group = 8
|
||||
rare_group = 18
|
||||
rare_cost = 3
|
||||
epic_group = 10
|
||||
epic_cost = 4
|
||||
legendary_group = 12
|
||||
legendary_cost = 5
|
||||
epic_group = 26
|
||||
epic_cost = 5
|
||||
legendary_group = 34
|
||||
legendary_cost = 6
|
||||
|
Reference in New Issue
Block a user