We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589614f commit 7458fadCopy full SHA for 7458fad
1 file changed
multiplayer/worlds/dreamlab/template-project/project.json
@@ -4,6 +4,33 @@
4
"engine_revision": "2024-08.001"
5
},
6
"scenes": {
7
- "main": {}
+ "main": {
8
+ "registration": [],
9
+ "world": [
10
+ {
11
+ "ref": "ent_pC2urQcCAr",
12
+ "type": "@core/ColoredSquare",
13
+ "name": "ColoredSquare",
14
+ "behaviors": [
15
16
+ "ref": "bhv_qO2eBXTpBp",
17
+ "script": "res://src/hello-world.ts"
18
+ }
19
+ ]
20
21
+ ],
22
+ "local": [
23
24
+ "ref": "ent_0JfArTCBce",
25
+ "type": "@core/Camera",
26
+ "name": "Camera",
27
+ "values": {
28
+ "active": true
29
30
31
32
+ "server": [],
33
+ "prefabs": []
34
35
}
36
0 commit comments