You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 23:16:20 +00:00
🚶 Height Fix (made an typo in the ROOM_DEPTH_OFFSET)
This commit is contained in:
@@ -12,7 +12,7 @@ export class RoomPlaneParser
|
||||
public static TILE_HOLE: number = -100;
|
||||
private static FLOOR_THICKNESS: number = 0.25;
|
||||
private static WALL_THICKNESS: number = 0.25;
|
||||
private static MAX_WALL_ADDITIONAL_HEIGHT: number = 20;
|
||||
private static MAX_WALL_ADDITIONAL_HEIGHT: number = 26;
|
||||
private _tileMatrix: number[][];
|
||||
private _tileMatrixOriginal: number[][];
|
||||
private _width: number = 0;
|
||||
|
||||
Reference in New Issue
Block a user