Skip to content

Commit

Permalink
Updated gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
caktux committed Aug 23, 2021
1 parent ebf44c4 commit 882f1a1
Show file tree
Hide file tree
Showing 12 changed files with 412 additions and 295 deletions.
3 changes: 1 addition & 2 deletions README.md
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

Expand Down
Binary file removed models/FloorBaseGrass.glb
Binary file not shown.
Binary file added models/ground.glb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "caktux-nft-gallery",
"version": "1.0.0",
"description": "The caktux NFT gallery in Decentraland",
"description": "NFT gallery in Decentraland",
"scripts": {
"start": "dcl start",
"build": "build-ecs",
Expand All @@ -11,9 +11,9 @@
"ecs:install-next": "npm install --save-dev decentraland-ecs@next"
},
"devDependencies": {
"decentraland-ecs": "latest"
"decentraland-ecs": "^6.6.5"
},
"dependencies": {
"decentraland-ecs-utils": "^1.1.4"
"decentraland-ecs-utils": "^1.5.2"
}
}
18 changes: 8 additions & 10 deletions scene.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,26 @@
"-126,32",
"-125,32",
"-124,32",
"-123,32",
"-128,31",
"-127,31",
"-126,31",
"-125,31",
"-124,31",
"-123,31",
"-128,30",
"-127,30",
"-126,30",
"-125,30",
"-124,30",
"-123,30",
"-128,29",
"-127,29",
"-126,29",
"-125,29",
"-124,29",
"-123,29",
"-128,28",
"-127,28",
"-126,28",
"-125,28",
"-124,28",
"-123,28"
"-124,28"
],
"base": "-128,32"
},
Expand All @@ -53,21 +48,24 @@
"voiceEnabled": true,
"blacklist": []
},
"requiredPermissions": [
"ALLOW_TO_MOVE_PLAYER_INSIDE_SCENE"
],
"main": "bin/game.js",
"tags": [],
"spawnPoints": [
{
"name": "spawn1",
"default": true,
"position": {
"x": 0,
"x": [24, 36],
"y": 0,
"z": 0
"z": [-8, -12]
},
"cameraTarget": {
"x": 8,
"x": 64,
"y": 1,
"z": 8
"z": -24
}
}
]
Expand Down
72 changes: 72 additions & 0 deletions scene1.json
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
}
}
]
}
72 changes: 72 additions & 0 deletions scene2.json
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 removed sounds/KidKoala-FenderBender.mp3
Binary file not shown.
Loading

0 comments on commit 882f1a1

Please sign in to comment.