-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
412 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# NFT Gallery | ||
|
||
The caktux NFT gallery in Decentraland | ||
s | ||
The NFT gallery of caktux in Decentraland | ||
|
||
## Try it out | ||
|
||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"display": { | ||
"title": "NFT gallery of caktux", | ||
"favicon": "favicon_asset" | ||
}, | ||
"contact": { | ||
"name": "caktux", | ||
"email": "" | ||
}, | ||
"owner": "0x378BCce7235D53BBc3774BFf8559191F06E6818E", | ||
"scene": { | ||
"parcels": [ | ||
"-128,32", | ||
"-127,32", | ||
"-126,32", | ||
"-125,32", | ||
"-124,32", | ||
"-128,31", | ||
"-127,31", | ||
"-126,31", | ||
"-125,31", | ||
"-124,31", | ||
"-128,30", | ||
"-127,30", | ||
"-126,30", | ||
"-125,30", | ||
"-124,30", | ||
"-128,29", | ||
"-127,29", | ||
"-126,29", | ||
"-125,29", | ||
"-124,29", | ||
"-128,28", | ||
"-127,28", | ||
"-126,28", | ||
"-125,28", | ||
"-124,28" | ||
], | ||
"base": "-128,32" | ||
}, | ||
"communications": { | ||
"type": "webrtc", | ||
"signalling": "https://signalling-01.decentraland.org" | ||
}, | ||
"policy": { | ||
"contentRating": "E", | ||
"fly": true, | ||
"voiceEnabled": true, | ||
"blacklist": [] | ||
}, | ||
"requiredPermissions": [ | ||
"ALLOW_TO_MOVE_PLAYER_INSIDE_SCENE" | ||
], | ||
"main": "bin/game.js", | ||
"tags": [], | ||
"spawnPoints": [ | ||
{ | ||
"name": "spawn1", | ||
"default": true, | ||
"position": { | ||
"x": [24, 36], | ||
"y": 0, | ||
"z": [-8, -12] | ||
}, | ||
"cameraTarget": { | ||
"x": 64, | ||
"y": 1, | ||
"z": -24 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"display": { | ||
"title": "NFT gallery of caktux", | ||
"favicon": "favicon_asset" | ||
}, | ||
"contact": { | ||
"name": "caktux", | ||
"email": "" | ||
}, | ||
"owner": "0x378BCce7235D53BBc3774BFf8559191F06E6818E", | ||
"scene": { | ||
"parcels": [ | ||
"-123,32", | ||
"-122,32", | ||
"-121,32", | ||
"-120,32", | ||
"-119,32", | ||
"-123,31", | ||
"-122,31", | ||
"-121,31", | ||
"-120,31", | ||
"-119,31", | ||
"-123,30", | ||
"-122,30", | ||
"-121,30", | ||
"-120,30", | ||
"-119,30", | ||
"-123,29", | ||
"-122,29", | ||
"-121,29", | ||
"-120,29", | ||
"-119,29", | ||
"-123,28", | ||
"-122,28", | ||
"-121,28", | ||
"-120,28", | ||
"-119,28" | ||
], | ||
"base": "-123,32" | ||
}, | ||
"communications": { | ||
"type": "webrtc", | ||
"signalling": "https://signalling-01.decentraland.org" | ||
}, | ||
"policy": { | ||
"contentRating": "E", | ||
"fly": true, | ||
"voiceEnabled": true, | ||
"blacklist": [] | ||
}, | ||
"requiredPermissions": [ | ||
"ALLOW_TO_MOVE_PLAYER_INSIDE_SCENE" | ||
], | ||
"main": "bin/game.js", | ||
"tags": [], | ||
"spawnPoints": [ | ||
{ | ||
"name": "spawn1", | ||
"default": true, | ||
"position": { | ||
"x": [24, 36], | ||
"y": 0, | ||
"z": [-8, -12] | ||
}, | ||
"cameraTarget": { | ||
"x": 64, | ||
"y": 1, | ||
"z": -24 | ||
} | ||
} | ||
] | ||
} |
Binary file not shown.
Oops, something went wrong.