Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
izure committed Jun 28, 2021
1 parent 2373580 commit eb01d06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion isometric-scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eriengine/plugin-isometric-scene",
"version": "1.3.2",
"version": "1.3.3",
"description": "Isometric scene plugin for Phaser 3",
"main": "dist/isometric-scene/src/eriengine-core-plugin-isometric-scene.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
fillItemInArray,
createIsometricDiamondPoints
} from '@common/Math/MathUtil'
import { isDisplayingOnCamera } from '@common/Phaser/GameObjectUtil'

import { IsometricWall } from './Tiles/Wall'
import { IsometricFloor } from './Tiles/Floor'
Expand Down

0 comments on commit eb01d06

Please sign in to comment.