woody initial et horizontalhats variante

This commit is contained in:
Deadzi06
2026-08-10 00:39:36 +02:00
parent 78130a3310
commit b4c3230cdc
3 changed files with 18 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ local StackingHats, super = Class(Wave)
function StackingHats:init()
super.init(self)
-- The duration of our wave, in seconds. (Defaults to `5`)
self.time = 8
self.time = 8.4
self.count = 1
end