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 { interface LightingDefinition {
saturation: number saturation?: number
shadows: LightShadowsSpec shadows?: LightShadowsSpec
exposure: LightExposureSpec exposure?: LightExposureSpec
} }
type CollisionBox = Array<number> type CollisionBox = Array<number>