Kitty's first patch

This commit is contained in:
AnythingButRealData
2025-05-09 20:29:43 +02:00
parent fe23bffad0
commit 945289afa1
2 changed files with 32 additions and 11 deletions

2
ambient.d.ts vendored
View File

@@ -20,6 +20,7 @@ declare namespace LILY {
zones: AssetGroupName[]
craft: CraftingItem
rgb: string[]
speed: number
timeout: NodeJS.Timeout | undefined
set_rgb(item: Item, index: number): boolean
next_rgb(): boolean
@@ -28,6 +29,7 @@ declare namespace LILY {
stop(): boolean
dim(): boolean
clear(): boolean
set_speed(seconds: number): void
check(zone: AssetGroupName): Item | undefined
get item(): Item | undefined
}