Skip to content

Commit 7458fad

Browse files
authored
Update project.json
1 parent 589614f commit 7458fad

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

multiplayer/worlds/dreamlab/template-project/project.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
44
"engine_revision": "2024-08.001"
55
},
66
"scenes": {
7-
"main": {}
7+
"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+
}
835
}
936
}

0 commit comments

Comments
 (0)