This commit is contained in:
2026-05-15 20:45:17 +02:00
parent 1b427c8679
commit 1c48f9fe32
12 changed files with 126 additions and 110 deletions

View File

@@ -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;

View File

@@ -0,0 +1,3 @@
export { ObstaclePlatformDisappearing } from "./ObstaclePlatformDisappearing";
export { ObstacleSpikeNormal } from "./ObstacleSpikeNormal";
export { ObstacleSpikeTricky } from "./ObstacleSpikeTricky";