Skip to content

Commit

Permalink
frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
asiaziola committed Dec 17, 2024
1 parent 9a06da7 commit c005441
Show file tree
Hide file tree
Showing 9 changed files with 976 additions and 1,835 deletions.
2 changes: 1 addition & 1 deletion lua/token/token.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Denomination = Denomination or 0
Balances = Balances or { [ao.id] = 10000000000000000 }
TotalSupply = TotalSupply or 10000000000000000
Name = Name or 'CyberBeaver Coin'
Ticker = Ticker or 'CBCOINS'
Ticker = 'DAM'
Logo = Logo or 'WATOlqtoEaO2IsZyUaG-en3qLxPwUnCKLu3SnEm42SY'

--[[
Expand Down
630 changes: 630 additions & 0 deletions public/assets/maps/v2/snow/b4m1.json

Large diffs are not rendered by default.

341 changes: 341 additions & 0 deletions public/assets/maps/v2/snow/b4m1.tmx

Large diffs are not rendered by default.

File renamed without changes.
659 changes: 0 additions & 659 deletions public/assets/maps/v2/snow/iceicebaby.json

This file was deleted.

377 changes: 0 additions & 377 deletions public/assets/maps/v2/snow/iceicebaby.tmx

This file was deleted.

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

This file was deleted.

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

export const DEFAULT_BG_MUSIC = 'backgroundMusic';

export const DEV_MAP = 'b4m2';
export const DEV_MAP = 'b4m1';

const maps_snow = {
ice: {
txId: 'cgdenV9nHYPjqvdc6oIBXhNM5enoOPMbYQXndvQ2WMA',
b4m1: {
txId: 'HJZzZP2yiQ1H1pfB997xfCL6OkbZyAmp-_SAEZLMdwY',
music: 'backgroundMusicMetal',
},
b4m2: {
Expand Down
2 changes: 1 addition & 1 deletion tools/create-map-tx.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TurboFactory, defaultTurboConfiguration } from '@ardrive/turbo-sdk/node';
import fs from 'fs';

const mapName = 'iceicebaby.json';
const mapName = 'b4m1.json';
const file = `../public/assets/maps/v2/snow/${mapName}`;

(async () => {
Expand Down

0 comments on commit c005441

Please sign in to comment.