Skip to content

Commit

Permalink
world decorations
Browse files Browse the repository at this point in the history
  • Loading branch information
SomewhatMay committed Nov 2, 2024
1 parent a232709 commit 532194f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/game/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GameObjects, Physics, Scene } from "phaser";
import { GameObjects, Scene } from "phaser";
// import {
// GrassContainer,
// MountainContainer,
Expand Down
4 changes: 4 additions & 0 deletions src/scenes/game/world-decoration/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ export class WorldDecoration {
})
});
}

addToWorldGroup() {

}
}

0 comments on commit 532194f

Please sign in to comment.