This commit is contained in:
jordan4ibanez 2024-04-15 10:24:05 -04:00
parent 75829176b9
commit 07f04d81da

6
minetest-api.d.ts vendored
View File

@ -1411,9 +1411,9 @@ declare global {
}
interface LightingDefinition {
saturation: number
shadows: LightShadowsSpec
exposure: LightExposureSpec
saturation?: number
shadows?: LightShadowsSpec
exposure?: LightExposureSpec
}
type CollisionBox = Array<number>