Fix Tile_lightEmission
This commit is contained in:
parent
2549670ee4
commit
a6b01da677
@ -70,7 +70,7 @@ property AABB aabb = 0x40;
|
|||||||
|
|
||||||
// Globals, all of theses are 256 elements long
|
// Globals, all of theses are 256 elements long
|
||||||
static-property Tile *tiles[256] = 0x180e08;
|
static-property Tile *tiles[256] = 0x180e08;
|
||||||
static-property float lightEmission[256] = 0x181214;
|
static-property int lightEmission[256] = 0x181214;
|
||||||
static-property bool isEntityTile[256] = 0x181f20;
|
static-property bool isEntityTile[256] = 0x181f20;
|
||||||
|
|
||||||
// Tiles
|
// Tiles
|
||||||
|
Loading…
Reference in New Issue
Block a user