Skip to content

Commit

Permalink
snow map b4m2 winter is coming
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeuchi committed Dec 17, 2024
1 parent 179df5e commit 9a06da7
Show file tree
Hide file tree
Showing 6 changed files with 2,075 additions and 3 deletions.
794 changes: 794 additions & 0 deletions public/assets/maps/v2/snow/b4m2.json

Large diffs are not rendered by default.

794 changes: 794 additions & 0 deletions public/assets/maps/v2/snow/winter_is_coming.json

Large diffs are not rendered by default.

480 changes: 480 additions & 0 deletions public/assets/maps/v2/snow/winter_is_coming.tmx

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/game/common/mapsLayersConst.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ export const FRONT_LAYER_PREFIX = 'front';

export const DEFAULT_BG_MUSIC = 'backgroundMusic';

export const DEV_MAP = 'ice';
export const DEV_MAP = 'b4m2';

const maps_snow = {
ice: {
txId: 'cgdenV9nHYPjqvdc6oIBXhNM5enoOPMbYQXndvQ2WMA',
music: 'backgroundMusicMetal',
},
b4m2: {
txId: 'WsejNiDUivgwgMRt2roFNBgvxOa4rw9BOTh3HT-_cxE',
music: 'backgroundMusicMetal',
},
};

const maps_desert = {
Expand Down
2 changes: 1 addition & 1 deletion tools/create-map-tx.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const file = `../public/assets/maps/v2/snow/${mapName}`;
},
{
name: 'Terrain',
value: 'haunted',
value: 'snow',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion tools/deploy/config/session-local-ao.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"gameDuration_comment": "1 minute",
"gameBreak": 10000,
"gameBreak_comment": "10 seconds",
"games": [{ "map": "b2m3" }]
"games": [{ "map": "b4m2" }]
},
{
"start": {
Expand Down

0 comments on commit 9a06da7

Please sign in to comment.