@dcl/playground-assets 7.3.3-5670917516.commit-1fbf317 → 7.3.4-5715728048.commit-774187b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.3.3-5670917516.commit-1fbf317",
4
+ "version": "7.3.4-5715728048.commit-774187b",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -34,5 +34,5 @@
34
34
  },
35
35
  "types": "./index.d.ts",
36
36
  "typings": "./index.d.ts",
37
- "commit": "1fbf3178ecba69b24216ca411eaed8b1a934a596"
37
+ "commit": "774187be7e9695cd74e5c4c51dc4f2bc61b6ef4a"
38
38
  }
@@ -2,9 +2,8 @@ import { engine } from '@dcl/sdk/ecs'
2
2
  import { Color4 } from '@dcl/sdk/math'
3
3
  import ReactEcs, { UiEntity, Label, ReactEcsRenderer, Dropdown } from '@dcl/sdk/react-ecs'
4
4
 
5
- type GenesisPlazaContent = string
6
- const src: GenesisPlazaContent = 'images/rounded_alpha_square.png'
7
- const centeredImage: GenesisPlazaContent = 'images/ui_beam_up_bg.png'
5
+ const src = 'images/rounded_alpha_square.png'
6
+ const centeredImage = 'images/ui_beam_up_bg.png'
8
7
 
9
8
  let dt = 0
10
9
  let userId: string | undefined
@@ -53,8 +53,7 @@ function circularSystem(dt: number) {
53
53
  createCube(8, 1, 8)
54
54
  engine.addSystem(circularSystem)
55
55
 
56
- type GenesisPlazaContent = string
57
- const sceneThumbnail: GenesisPlazaContent = 'models/Magazinev1.png'
56
+ const sceneThumbnail = 'models/Magazinev1.png'
58
57
 
59
58
  const uiComponent = () => (
60
59
  <UiEntity
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.3.3-5670917516.commit-1fbf317",
4
+ "version": "7.3.4-5715728048.commit-774187b",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.3.3-5670917516.commit-1fbf317",
8
- "@dcl/sdk": "7.3.3-5670917516.commit-1fbf317"
7
+ "@dcl/js-runtime": "7.3.4-5715728048.commit-774187b",
8
+ "@dcl/sdk": "7.3.4-5715728048.commit-774187b"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "1fbf3178ecba69b24216ca411eaed8b1a934a596"
35
+ "commit": "774187be7e9695cd74e5c4c51dc4f2bc61b6ef4a"
36
36
  }