refact
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Phaser from "phaser";
|
||||
import { Platform } from "./Platform";
|
||||
import { Platform } from "../Platform";
|
||||
|
||||
export class ObstaclePlatformDisappearing extends Phaser.GameObjects.TileSprite {
|
||||
static readonly TRIGGER_DISTANCE = 110;
|
||||
3
src/entities/obstacles/index.ts
Normal file
3
src/entities/obstacles/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { ObstaclePlatformDisappearing } from "./ObstaclePlatformDisappearing";
|
||||
export { ObstacleSpikeNormal } from "./ObstacleSpikeNormal";
|
||||
export { ObstacleSpikeTricky } from "./ObstacleSpikeTricky";
|
||||
Reference in New Issue
Block a user