Fix perception
This commit is contained in:
parent
b4acc74e0a
commit
9efe3d00ef
@ -953,7 +953,7 @@ export const TILESET_LAYOUTS = {
|
|||||||
export class DrawPacket {
|
export class DrawPacket {
|
||||||
constructor(tic = 0, perception = 'normal') {
|
constructor(tic = 0, perception = 'normal') {
|
||||||
this.tic = tic;
|
this.tic = tic;
|
||||||
this.perception = 'normal';
|
this.perception = perception;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Draw a tile (or region) from the tileset. The caller is presumed to know where the tile
|
// Draw a tile (or region) from the tileset. The caller is presumed to know where the tile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user