chore: format slime changes

This commit is contained in:
2025-08-21 23:56:49 +02:00
parent 7aedea8206
commit 892b37572f
3 changed files with 6 additions and 1 deletions

View File

@@ -11,7 +11,8 @@ extends Node2D
const ENEMY_RAT = preload("res://scenes/enemies/enemy_rat.tscn")
const ENEMY_BAT = preload("res://scenes/enemies/enemy_bat.tscn")
const ENEMY_SLIME_SMALL = preload("res://scenes/enemies/enemy_slime_small.tscn")
const SLIME_COLOR_VARIATIONS: Array[Color]= [ Color.CHARTREUSE, Color.FUCHSIA, Color.DARK_ORANGE ]
const SLIME_COLOR_VARIATIONS: Array[Color] = [Color.CHARTREUSE, Color.FUCHSIA, Color.DARK_ORANGE]
func _ready() -> void:
timer.wait_time = 1 / spawn_rate