Баланс + картинки 3 босс, конец игры
This commit is contained in:
+3
-3
@@ -208,9 +208,9 @@ func _build_difficulty_panel() -> void:
|
||||
vbox.add_child(hbox)
|
||||
|
||||
var spawn_options := [
|
||||
["Медленно", 15.0, 35.0],
|
||||
["Нормально", 10.0, 20.0],
|
||||
["Быстро", 5.0, 8.0],
|
||||
["Медленно", 10.0, 15.0],
|
||||
["Нормально", 8.0, 15.0],
|
||||
["Быстро", 6.0, 10.0],
|
||||
]
|
||||
var spawn_btns: Array[Button] = []
|
||||
for opt in spawn_options:
|
||||
|
||||
Reference in New Issue
Block a user