Skip to content

Commit

Permalink
fix(client): sprite bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Veradictus committed Sep 15, 2023
1 parent 3c1b90a commit 844e480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/client/data/sprites.json
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,8 @@
"row": 8
}
},
"offsetY": -25
"offsetX": -10,
"offsetY": -18
},
{
"id": "mobs/lightningguardian",
Expand Down Expand Up @@ -4193,7 +4194,7 @@
"offsetY": -12
},
{ "id": "mobs/redfish", "width": 32, "height": 32, "offsetX": -8, "offsetY": -12 },
{ "id": "mobs/redguard", "width": 32, "height": 32, "offsetX": -8, "offsetY": -13 },
{ "id": "mobs/redguard", "width": 32, "height": 32, "offsetX": -4, "offsetY": -8 },
{
"id": "mobs/redmouse",
"width": 26,
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/renderer/camera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Modules } from '@kaetram/common/network';
import type Character from '../entity/character/character';

export const MAXIMUM_ZOOM = 8,
DEFAULT_ZOOM = 3,
DEFAULT_ZOOM = 4,
MAX_GRID_WIDTH = 64,
MAX_GRID_HEIGHT = 32;

Expand Down

0 comments on commit 844e480

Please sign in to comment.