Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 11, 2024
1 parent eb53f47 commit ddd169c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/gameObjects/map_campus_house_1/mage.gameObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ export const mage = (k, map, spawnpoints) => {
}),
k.body({ isStatic: true }),
k.anchor('center'),
k.pos(
bedRoomTable.pos.x + 5,
bedRoomTable.pos.y - 70
),
k.pos(bedRoomTable.pos.x + 5, bedRoomTable.pos.y - 70),
k.scale(scaleFactor * 0.5),
k.offscreen({ hide: true, distance: 10 }),
'mage',
Expand Down

0 comments on commit ddd169c

Please sign in to comment.