Oops
This commit is contained in:
parent
75829176b9
commit
07f04d81da
6
minetest-api.d.ts
vendored
6
minetest-api.d.ts
vendored
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user