Skip to content

Commit

Permalink
Rebuilds dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Feb 26, 2024
1 parent 3c636d9 commit fea47a2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions mantra-client/public/worlds.mantra.js
Original file line number Diff line number Diff line change
Expand Up @@ -3462,6 +3462,7 @@ var GravityGardens = /*#__PURE__*/function () {

// we reset the game to clear any previous state
game.reset();
game.data.camera.follow = true;
this.createWorld();
this.createFounts(game);
this.bindEvents();
Expand Down Expand Up @@ -3509,6 +3510,7 @@ var GravityGardens = /*#__PURE__*/function () {
});
playerConfig = playerConfig.build();
var player = game.createEntity(playerConfig);
game.setPlayerId(player.id);
game.make().type('WARP').Teleporter({
destination: {
world: 'Home'
Expand Down
2 changes: 1 addition & 1 deletion mantra-client/public/worlds.mantra.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mantra-game/plugins/boomerang/Boomerang.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class Boomerang {
},
};

console.log('boomerangConfig', boomerangConfig)
// console.log('boomerangConfig', boomerangConfig)

let builder = this.build(boomerangConfig);
this.game.createEntity(builder);
Expand Down
2 changes: 2 additions & 0 deletions mantra-worlds/dist/worlds.mantra.js
Original file line number Diff line number Diff line change
Expand Up @@ -3462,6 +3462,7 @@ var GravityGardens = /*#__PURE__*/function () {

// we reset the game to clear any previous state
game.reset();
game.data.camera.follow = true;
this.createWorld();
this.createFounts(game);
this.bindEvents();
Expand Down Expand Up @@ -3509,6 +3510,7 @@ var GravityGardens = /*#__PURE__*/function () {
});
playerConfig = playerConfig.build();
var player = game.createEntity(playerConfig);
game.setPlayerId(player.id);
game.make().type('WARP').Teleporter({
destination: {
world: 'Home'
Expand Down
2 changes: 1 addition & 1 deletion mantra-worlds/dist/worlds.mantra.min.js

Large diffs are not rendered by default.

0 comments on commit fea47a2

Please sign in to comment.