@dcl-regenesislabs/opendcl 0.1.3-22334161920.commit-0b218cb → 0.1.3-22336215175.commit-94dca45

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.
package/README.md CHANGED
@@ -31,7 +31,7 @@ The result: **more creators building more scenes, faster.**
31
31
  - **18 built-in skills** — scaffolding, 3D models, interactivity, UI, animations, multiplayer, authoritative server, audio/video, deployment (Genesis City & Worlds), optimization, smart items, camera control, lighting, player/avatar, NFT/blockchain, advanced rendering, advanced input
32
32
  - **Integrated commands** — `/init` to scaffold, `/preview` to launch the dev server, `/tasks` to manage running processes, `/review` to audit code
33
33
  - **TypeScript validation** — catches type errors immediately after writing code
34
- - **Free 3D asset catalogs** — 2,700+ Creator Hub models and 900+ CC0-licensed models the agent proactively suggests when building scenes
34
+ - **Free asset catalogs** — 2,700+ Creator Hub 3D models, 900+ CC0-licensed models, and 50 audio files the agent proactively suggests when building scenes
35
35
  - **Permission gate** — prompts for confirmation before destructive bash commands or writes to sensitive files
36
36
  - **Compact tool output** — write shows path + size instead of file content, read shows a 5-line preview instead of 10
37
37
  - **Session persistence** — pick up where you left off across sessions
@@ -134,7 +134,7 @@ OpenDCL is built on [pi-coding-agent](https://github.com/badlogic/pi-mono), the
134
134
  - **System prompt** with SDK7 architecture knowledge (ECS, QuickJS sandbox, parcel constraints)
135
135
  - **Extensions** that detect your project, inject context, validate TypeScript, and provide slash commands
136
136
  - **Skills** with detailed guides for every common scene development task
137
- - **Reference docs** (87KB SDK reference, component tables, code examples, 3D asset catalogs)
137
+ - **Reference docs** (87KB SDK reference, component tables, code examples, 3D asset and audio catalogs)
138
138
 
139
139
  The agent has full access to standard coding tools (read, write, edit, bash, grep, find) and uses them to understand and modify your scene code.
140
140
 
@@ -0,0 +1,97 @@
1
+ # Decentraland Audio Catalog
2
+
3
+ Free audio files from the official Decentraland Creator Hub asset packs. All sounds are free to use in Decentraland scenes.
4
+
5
+ **Total**: 50 sounds across 5 categories
6
+
7
+ **How to use**:
8
+ 1. Find a sound below that matches your scene
9
+ 2. Download it: `curl -o sounds/filename.mp3 "URL"`
10
+ 3. Reference it: `AudioSource.create(entity, { audioClipUrl: 'sounds/filename.mp3', playing: true, loop: false })`
11
+
12
+ > **Important**: `AudioSource` only works with local files. Always download audio into the scene's `sounds/` directory first.
13
+
14
+ ---
15
+
16
+ ## Music (16 sounds)
17
+
18
+ | Name | Download As | Tags | Download |
19
+ |------|-------------|------|----------|
20
+ | Ambient 1 | ambient_1.mp3 | ambient, music, atmospheric, background, relaxing | `curl -o sounds/ambient_1.mp3 "https://builder-items.decentraland.org/contents/bafybeic4faewxkdqx67dloyw57ikgaeibc2e2dbx34hwjubl3gfvs2r4su"` |
21
+ | Ambient 2 | ambient_2.mp3 | ambient, music, atmospheric, background, relaxing | `curl -o sounds/ambient_2.mp3 "https://builder-items.decentraland.org/contents/bafybeieacous2r32mksrm5pfchkqdx3cr2fmi4kqoqfg6amqawmgqbl7fm"` |
22
+ | Ambient 3 | ambient_3.mp3 | ambient, music, atmospheric, background, relaxing | `curl -o sounds/ambient_3.mp3 "https://builder-items.decentraland.org/contents/bafybeiaqntn2bbz7zim2yknrxqvdio4fbsvrzebxjc5vvbplog27w2ldke"` |
23
+ | Dance Club 1 | dance_club_1.mp3 | dance, club, music, electronic, party | `curl -o sounds/dance_club_1.mp3 "https://builder-items.decentraland.org/contents/bafybeichm74dfce2eg2yvlswnycqm3gfze3jonzwxpelcmnenfke4q5rha"` |
24
+ | Dance Club 2 | dance_club_2.mp3 | dance, club, music, electronic, party | `curl -o sounds/dance_club_2.mp3 "https://builder-items.decentraland.org/contents/bafybeid26wrmsnr7ipiotq2eb5kpeuabc2iiuwaqfjnhlomfg4m65seajm"` |
25
+ | Dance Club 3 | dance_club_3.mp3 | dance, club, music, electronic, party | `curl -o sounds/dance_club_3.mp3 "https://builder-items.decentraland.org/contents/bafybeidwlpepugim4l5lvvkodwwyl2uskuiczgrbqo7jc4xtxg3ksdnpvm"` |
26
+ | Lo-Fi 1 | low-fi_1.mp3 | lo-fi, music, chill, relaxing, study | `curl -o sounds/low-fi_1.mp3 "https://builder-items.decentraland.org/contents/bafybeih7o2fy5b5ycpnj4tgobiebhvzi2jx2nbzvs2wjgzeomqhoogd3je"` |
27
+ | Lo-Fi 2 | low-fi_2.mp3 | lo-fi, music, chill, relaxing, study | `curl -o sounds/low-fi_2.mp3 "https://builder-items.decentraland.org/contents/bafybeiayjocpmonxwbhotjzfunhyfxeghdqslerzwhch4i3vzp3v52e7dq"` |
28
+ | Medieval 1 | medieval_1.mp3 | medieval, music, fantasy, historical, period | `curl -o sounds/medieval_1.mp3 "https://builder-items.decentraland.org/contents/bafybeidjn6livlyd5zaggmzmcu3cxrlgntiusjg37atvsuf2blene56sii"` |
29
+ | Medieval 2 | medieval_2.mp3 | medieval, music, fantasy, historical, period | `curl -o sounds/medieval_2.mp3 "https://builder-items.decentraland.org/contents/bafybeihfy3k4ratx3bi4543swlojrkgjlim2pzlvnbl665par4lsi3ripa"` |
30
+ | Puzzle 1 | puzzle_1.mp3 | puzzle, music, game, intellectual, thinking | `curl -o sounds/puzzle_1.mp3 "https://builder-items.decentraland.org/contents/bafybeibhsv5amqjxd3teoulwh2ypknrg5wpqfhhza6lwpxa252rd6aumui"` |
31
+ | Puzzle 2 | puzzle_2.mp3 | puzzle, music, game, intellectual, thinking | `curl -o sounds/puzzle_2.mp3 "https://builder-items.decentraland.org/contents/bafybeifilpjamoof5bgphkxrmcawjkphbtswgtzqqvzoatlzpqwyaye2q4"` |
32
+ | Sci-Fi Adventure 1 | sci-fi_adventure_1.mp3 | sci-fi, adventure, music, space, futuristic | `curl -o sounds/sci-fi_adventure_1.mp3 "https://builder-items.decentraland.org/contents/bafybeic4vat46w5it6ehddxjfsrs24nudw5lhqrufmsamqafsul4xbrtre"` |
33
+ | Sci-Fi Adventure 2 | sci-fi_adventure_2.mp3 | sci-fi, adventure, music, space, futuristic | `curl -o sounds/sci-fi_adventure_2.mp3 "https://builder-items.decentraland.org/contents/bafybeiekvrs6hgau63k4bwcnyqgw7wqettpnrlqeoz6e2mjlwxlw6u4fee"` |
34
+ | Upbeat 1 | upbeat_1.mp3 | upbeat, music, energetic, positive, happy | `curl -o sounds/upbeat_1.mp3 "https://builder-items.decentraland.org/contents/bafybeigjz3xmuv3zhrbfgbrqdnnotrz5hjyqjglrf27ng7jgvkebr4pp3u"` |
35
+ | Upbeat 2 | upbeat_2.mp3 | upbeat, music, energetic, positive, happy | `curl -o sounds/upbeat_2.mp3 "https://builder-items.decentraland.org/contents/bafybeigzn2c5te3pilflwkentm4fszvsqwone2cqxxk6guvw6ckhkpg2sy"` |
36
+
37
+ ---
38
+
39
+ ## Ambient Sounds (6 sounds)
40
+
41
+ | Name | Download As | Tags | Download |
42
+ |------|-------------|------|----------|
43
+ | Forest Birds | birds.mp3 | birds, nature, ambient, sound, soundscape | `curl -o sounds/birds.mp3 "https://builder-items.decentraland.org/contents/bafkreibe6k3y3alhohcsqrbnsuznnacx47gajfmiwlu6uoch2kfwde2api"` |
44
+ | City Traffic | city.mp3 | city, ambient, sound, soundscape | `curl -o sounds/city.mp3 "https://builder-items.decentraland.org/contents/bafkreicmi2xfzrg2xq4qkzcevgo5ka7x3dwjpbgwimbvbjdiespor4upk4"` |
45
+ | Factory | factory.mp3 | factory, ambient, sound, soundscape | `curl -o sounds/factory.mp3 "https://builder-items.decentraland.org/contents/bafkreibcetvcemf4ukfcswlfolszw4bycg2nz7ynsewhvavt6gocdcyyxu"` |
46
+ | Meadow Birds | field.mp3 | birds, nature, ambient, sound, soundscape | `curl -o sounds/field.mp3 "https://builder-items.decentraland.org/contents/bafkreicztuvsqj6nkee76kzocfj2335puepx52p7mbqzhttzs56vdbyfgm"` |
47
+ | Crickets | swamp.mp3 | crickets, nature, ambient, sound, soundscape | `curl -o sounds/swamp.mp3 "https://builder-items.decentraland.org/contents/bafkreicrc5c6v6bihmkudw7ou5s6f72xnnih6w3jxp2qzydl5ymx4ozffi"` |
48
+ | Market | town.mp3 | town, ambient, sound, soundscape | `curl -o sounds/town.mp3 "https://builder-items.decentraland.org/contents/bafkreibdhdarvbcb4f64fnmpx5savczz4gojn5lalwh7slq27zqrswoiti"` |
49
+
50
+ ---
51
+
52
+ ## Interaction Sounds (15 sounds)
53
+
54
+ | Name | Download As | Tags | Download |
55
+ |------|-------------|------|----------|
56
+ | Padlock | button_press.mp3 | padlock, lock, puzzle, interactive, genesis | `curl -o sounds/button_press.mp3 "https://builder-items.decentraland.org/contents/bafkreiharw4cgog5gdjplmf7tdqnrkvt63fvzgiuiwjrsmkwnrjcjpm6ca"` |
57
+ | Button Chest | button-chest-close.mp3 | chest, metal, button, switch | `curl -o sounds/button-chest-close.mp3 "https://builder-items.decentraland.org/contents/bafkreidczh3kzyrk4tcmkjoveuotf6tseb7e7b7ed5ppatzvdj5zaen6ku"` |
58
+ | Button Chest | button-chest-open.mp3 | chest, metal, button, switch | `curl -o sounds/button-chest-open.mp3 "https://builder-items.decentraland.org/contents/bafkreidgqczqmgcq5kcybi7yy2er7ai6crwn3qufwfm3aqhwhy7kk3hytu"` |
59
+ | Black Button + 13 more | button-sound.mp3 | button, switch, toggle, activate, photo | `curl -o sounds/button-sound.mp3 "https://builder-items.decentraland.org/contents/bafkreifzmhe2n6lslneawyejfdurlk43oiuqygt523fva7k46irgahlwza"` |
60
+ | Chests sound (4 variants) | chest-close.mp3 | chest, treasure, loot, open, fuse box | `curl -o sounds/chest-close.mp3 "https://builder-items.decentraland.org/contents/bafkreia56qk3ve572n7afqsw5b64mprlohlnp2xdgdxpyaklofnlekohau"` |
61
+ | Chests sound (4 variants) | chest-open.mp3 | chest, treasure, loot, open, fuse box | `curl -o sounds/chest-open.mp3 "https://builder-items.decentraland.org/contents/bafkreihm7mbapjtv4d642d34pjclamohqykh7ekxyglltaeqh3xqvezizy"` |
62
+ | Doors sound (10 variants) | door-sound.mp3 | door, cyberpunk, neon, sliding, hatch | `curl -o sounds/door-sound.mp3 "https://builder-items.decentraland.org/contents/bafkreigsbmn4irzhgeeodmisbab4plhqkez6sau4vvgjcriej27yurnpxu"` |
63
+ | Fantasy Lever | fantasy-lever-sound.mp3 | lever, handle, pull, push | `curl -o sounds/fantasy-lever-sound.mp3 "https://builder-items.decentraland.org/contents/bafkreidau4zhmal6tavfyeegbbnqgsrrvf5bav64po22efb4nmivglqi3i"` |
64
+ | Keyboard | keyboard.mp3 | keyboard, button, switch, toggle, activate | `curl -o sounds/keyboard.mp3 "https://builder-items.decentraland.org/contents/bafkreifzbkehod7os4exq5s3nlh2grdvv75spftr3ivi6ox4x75kc4vlbm"` |
65
+ | Pirate Lever / Toy Lever | lever-sound.mp3 | lever, handle, pull, push, open | `curl -o sounds/lever-sound.mp3 "https://builder-items.decentraland.org/contents/bafkreif46fywk4uq3efsmo4k4ryvvs4lglww4slzhykmcq7axjmpody55e"` |
66
+ | Padlock | resolve.mp3 | padlock, lock, puzzle, interactive, genesis | `curl -o sounds/resolve.mp3 "https://builder-items.decentraland.org/contents/bafkreiazk2acgeqscwl57r5qrycal2hhkdsgr7kh7surtizzuwanq7a4t4"` |
67
+ | Rising Pillar Genesis City / Rising Pillar Temple | rising-pillar.mp3 | platform, rising, pillar, elevator, lift | `curl -o sounds/rising-pillar.mp3 "https://builder-items.decentraland.org/contents/bafkreigpw6yuaam3t7owfwbei2kno27cygzage26lgwfunl7uouiuvnbye"` |
68
+ | SciFi Chest | sci-fi-chest-close.mp3 | chest, sci-fi, open, close | `curl -o sounds/sci-fi-chest-close.mp3 "https://builder-items.decentraland.org/contents/bafkreierkhf2ez2rp3lfak7slsmwtxnf4nzstzxezhbeweb7zhgttnuqni"` |
69
+ | SciFi Chest | sci-fi-chest-open.mp3 | chest, sci-fi, open, close | `curl -o sounds/sci-fi-chest-open.mp3 "https://builder-items.decentraland.org/contents/bafkreihaewwvrhf5qf7quc7pdqe5tphh5rcf23zyovbzrbknm6dwyvpetm"` |
70
+ | SciFi Lever / SciFi Lever Console | sci-fi-lever-sound.mp3 | lever, handle, pull, push, open | `curl -o sounds/sci-fi-lever-sound.mp3 "https://builder-items.decentraland.org/contents/bafkreiefmfeg27qf6ym3omdne6iyfmco5ymbecl2owidph3sa2bq5dk6ie"` |
71
+
72
+ ---
73
+
74
+ ## Sound Effects (7 sounds)
75
+
76
+ | Name | Download As | Tags | Download |
77
+ |------|-------------|------|----------|
78
+ | Bell | bell.mp3 | bell, sound, alarm, church | `curl -o sounds/bell.mp3 "https://builder-items.decentraland.org/contents/bafkreidmnbdd6rsvrposfh5izdvofkslb7zvgxdyotkunskeylusv2yzg4"` |
79
+ | explosion / Sunny Spinner | explosion.mp3 | explosion, detonation, boom, blast, light | `curl -o sounds/explosion.mp3 "https://builder-items.decentraland.org/contents/bafkreigc4xzu3bo3zyqq3tc6t3ciosgevpgq54oza26aukphjvbqozwbn4"` |
80
+ | Confetti / Fireworks | fireworkexplode.mp3 | confetti, explosion, party, fireworks, celebration | `curl -o sounds/fireworkexplode.mp3 "https://builder-items.decentraland.org/contents/bafkreidnd4er62s3riligyrfyyleigd3vhzgcnlfgpu5rdz4qbgc2iehvu"` |
81
+ | Fireworks | fireworklaunch.mp3 | explosion, party, celebration | `curl -o sounds/fireworklaunch.mp3 "https://builder-items.decentraland.org/contents/bafkreicxhfwepx43y4lkztx5avfi2ajjj5recfziuzshaencnmzz3pqrlm"` |
82
+ | Open/Closed Sign | neon-tube.mp3 | sign, open, closed | `curl -o sounds/neon-tube.mp3 "https://builder-items.decentraland.org/contents/bafkreigkyzfpdrvkeo3ublm7z527dzvpqyeucoyfi227r7lhj6eimo3x3m"` |
83
+ | Parrot | parrot.mp3 | parrot, bird, sound, alarm, warning | `curl -o sounds/parrot.mp3 "https://builder-items.decentraland.org/contents/bafkreiemcubbbqlzycmoidn7tlmthg3lira2qio63xdb3wdamrpvao7mi4"` |
84
+ | Siren / Siren Sci-fi | siren.mp3 | alarm, siren, warning, alert, sci-fi | `curl -o sounds/siren.mp3 "https://builder-items.decentraland.org/contents/bafkreiat5ij5buolim3hcsgknmiq4a4zguahlcsy7axobq4e3mx7dicot4"` |
85
+
86
+ ---
87
+
88
+ ## Game Mechanics (6 sounds)
89
+
90
+ | Name | Download As | Tags | Download |
91
+ |------|-------------|------|----------|
92
+ | Wooden Fence | fall.mp3 | health, damage, breakable, wood, wooden | `curl -o sounds/fall.mp3 "https://builder-items.decentraland.org/contents/bafkreidpbmyl6obtzmbfp4loa7qybv5uug3ljxq634edijqgethue543vi"` |
93
+ | Game Over | gameover.mp3 | game mechanics, defeat, loss | `curl -o sounds/gameover.mp3 "https://builder-items.decentraland.org/contents/bafkreiddpbqdki2qkenqe4dfxk7gnx7tumuklyj5g2iar3nghkjyypobuq"` |
94
+ | Healing Pad | heal.mp3 | health, healing, pad | `curl -o sounds/heal.mp3 "https://builder-items.decentraland.org/contents/bafkreicbpz6d5mjdzebwgp7dq33f5ezjphth23v4ova5xp4d436hjus4ai"` |
95
+ | Respawn Pad | spawn.mp3 | health, respawn, spawn, pad | `curl -o sounds/spawn.mp3 "https://builder-items.decentraland.org/contents/bafkreig7ndrpblob577zmuokv5kjvxbxdin2qdia742bgpbotdeplyfowa"` |
96
+ | Spikes | spikes.mp3 | health, enemy, damage | `curl -o sounds/spikes.mp3 "https://builder-items.decentraland.org/contents/bafkreicyb3fdwmyjmmgvgg4cisttzeu4codckr2qakfjxwwvfnqd7zizfi"` |
97
+ | You Win | wingame.mp3 | game mechanics, victory, celebration, announcement, announce | `curl -o sounds/wingame.mp3 "https://builder-items.decentraland.org/contents/bafkreifboogkwotg3qz4hyssbvruy5murtsjxrv5vbrhi6n66y6772waci"` |
@@ -47,88 +47,88 @@ Versatile park environment with Greek/Roman architectural ruins, wildlife, and l
47
47
 
48
48
  | Model | URL | Description |
49
49
  |-------|-----|-------------|
50
- | Bush_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Bush_01_Art.glb) | Decorative bush |
51
- | Bush_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Bush_02_Art.glb) | Bush variant |
52
- | Bush_03_art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Bush_03_art.glb) | Bush variant |
53
- | Tree_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Tree_01_Art.glb) | Park tree |
54
- | Tree_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Tree_02_Art.glb) | Park tree variant |
55
- | Tree_03_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Tree_03_Art.glb) | Park tree variant |
56
- | Tree_04_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Tree_04_Art.glb) | Park tree variant |
57
- | Tree_Trunk_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Tree_Trunk_01_Art.glb) | Standalone tree trunk |
58
- | Flower_01_a | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Flower_01_a.glb) | Flower cluster |
59
- | Flower_01_b | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Flower_01_b.glb) | Flower cluster variant |
60
- | Flower_02_a_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Flower_02_a_Art.glb) | Flower type 2 |
61
- | Flower_02_b_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Flower_02_b_Art.glb) | Flower type 2 variant |
62
- | Flower_03_a | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Flower_03_a.glb) | Flower type 3 |
63
- | Flower_03_b | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Flower_03_b.glb) | Flower type 3 variant |
64
- | Grass_01_a | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Grass_01_a.glb) | Grass patch |
65
- | Grass_01_b | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Grass_01_b.glb) | Grass patch variant |
66
- | Mushroom_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Mushroom_01_Art.glb) | Decorative mushroom |
67
- | Mushroom_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Mushroom_02_Art.glb) | Mushroom variant |
68
- | Root_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Root_01_Art.glb) | Exposed tree root |
69
- | Root_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Root_02_Art.glb) | Exposed tree root variant |
70
- | Log_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Log_01_Art.glb) | Fallen log |
50
+ | Bush_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Bush_01_Art.glb) | Decorative bush |
51
+ | Bush_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Bush_02_Art.glb) | Bush variant |
52
+ | Bush_03_art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Bush_03_art.glb) | Bush variant |
53
+ | Tree_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Tree_01_Art.glb) | Park tree |
54
+ | Tree_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Tree_02_Art.glb) | Park tree variant |
55
+ | Tree_03_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Tree_03_Art.glb) | Park tree variant |
56
+ | Tree_04_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Tree_04_Art.glb) | Park tree variant |
57
+ | Tree_Trunk_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Tree_Trunk_01_Art.glb) | Standalone tree trunk |
58
+ | Flower_01_a | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Flower_01_a.glb) | Flower cluster |
59
+ | Flower_01_b | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Flower_01_b.glb) | Flower cluster variant |
60
+ | Flower_02_a_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Flower_02_a_Art.glb) | Flower type 2 |
61
+ | Flower_02_b_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Flower_02_b_Art.glb) | Flower type 2 variant |
62
+ | Flower_03_a | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Flower_03_a.glb) | Flower type 3 |
63
+ | Flower_03_b | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Flower_03_b.glb) | Flower type 3 variant |
64
+ | Grass_01_a | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Grass_01_a.glb) | Grass patch |
65
+ | Grass_01_b | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Grass_01_b.glb) | Grass patch variant |
66
+ | Mushroom_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Mushroom_01_Art.glb) | Decorative mushroom |
67
+ | Mushroom_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Mushroom_02_Art.glb) | Mushroom variant |
68
+ | Root_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Root_01_Art.glb) | Exposed tree root |
69
+ | Root_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Root_02_Art.glb) | Exposed tree root variant |
70
+ | Log_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Log_01_Art.glb) | Fallen log |
71
71
 
72
72
  ### Architecture and Structures
73
73
 
74
74
  | Model | URL | Description |
75
75
  |-------|-----|-------------|
76
- | Str_Amphitheater_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Str_Amphitheater_01_Art.glb) | Greek amphitheater |
77
- | Str_Column_04_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Str_Column_04_Art.glb) | Classical column |
78
- | Str_Fountain_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Str_Fountain_01_Art.glb) | Decorative fountain |
79
- | Str_Ruins_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Str_Ruins_01_Art.glb) | Ancient ruins piece |
80
- | Str_Ruins_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Str_Ruins_02_Art.glb) | Ancient ruins piece |
81
- | Str_Ruins_03_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Str_Ruins_03_Art.glb) | Ancient ruins piece |
82
- | Str_Ruins_05_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Str_Ruins_05_Art.glb) | Ancient ruins piece |
83
- | Statue_greek_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Statue_greek_01_Art.glb) | Greek statue |
84
- | Statue_greek_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Statue_greek_02_Art.glb) | Greek statue variant |
85
- | Shelter_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Shelter_Art.glb) | Park shelter structure |
76
+ | Str_Amphitheater_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Str_Amphitheater_01_Art.glb) | Greek amphitheater |
77
+ | Str_Column_04_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Str_Column_04_Art.glb) | Classical column |
78
+ | Str_Fountain_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Str_Fountain_01_Art.glb) | Decorative fountain |
79
+ | Str_Ruins_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Str_Ruins_01_Art.glb) | Ancient ruins piece |
80
+ | Str_Ruins_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Str_Ruins_02_Art.glb) | Ancient ruins piece |
81
+ | Str_Ruins_03_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Str_Ruins_03_Art.glb) | Ancient ruins piece |
82
+ | Str_Ruins_05_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Str_Ruins_05_Art.glb) | Ancient ruins piece |
83
+ | Statue_greek_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Statue_greek_01_Art.glb) | Greek statue |
84
+ | Statue_greek_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Statue_greek_02_Art.glb) | Greek statue variant |
85
+ | Shelter_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Shelter_Art.glb) | Park shelter structure |
86
86
 
87
87
  ### Park Furniture and Paths
88
88
 
89
89
  | Model | URL | Description |
90
90
  |-------|-----|-------------|
91
- | Bench_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Bench_01_Art.glb) | Park bench |
92
- | Fence_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Fence_01_Art.glb) | Wooden fence section |
93
- | Fence_01_Post_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Fence_01_Post_Art.glb) | Fence post |
94
- | Signal_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Signal_01_Art.glb) | Park sign |
95
- | Signal_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Signal_02_Art.glb) | Park sign variant |
96
- | Path_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Path_01_Art.glb) | Walking path segment |
97
- | Path_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Path_02_Art.glb) | Walking path segment |
98
- | Path_03_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Path_03_Art.glb) | Walking path segment |
99
- | Path_04_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Path_04_Art.glb) | Walking path segment |
100
- | Brick_Step_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Brick_Step_01_Art.glb) | Brick stepping stones |
91
+ | Bench_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Bench_01_Art.glb) | Park bench |
92
+ | Fence_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Fence_01_Art.glb) | Wooden fence section |
93
+ | Fence_01_Post_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Fence_01_Post_Art.glb) | Fence post |
94
+ | Signal_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Signal_01_Art.glb) | Park sign |
95
+ | Signal_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Signal_02_Art.glb) | Park sign variant |
96
+ | Path_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Path_01_Art.glb) | Walking path segment |
97
+ | Path_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Path_02_Art.glb) | Walking path segment |
98
+ | Path_03_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Path_03_Art.glb) | Walking path segment |
99
+ | Path_04_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Path_04_Art.glb) | Walking path segment |
100
+ | Brick_Step_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Brick_Step_01_Art.glb) | Brick stepping stones |
101
101
 
102
102
  ### Terrain and Water
103
103
 
104
104
  | Model | URL | Description |
105
105
  |-------|-----|-------------|
106
- | LAND_Floor | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/LAND_Floor.glb) | Ground terrain tile |
107
- | Terrain_Amount_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Terrain_Amount_01_Art.glb) | Terrain elevation |
108
- | Terrain_Amount_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Terrain_Amount_02_Art.glb) | Terrain elevation variant |
109
- | Rock_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Rock_01_Art.glb) | Rock formation |
110
- | Rock_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Rock_02_Art.glb) | Rock formation |
111
- | Rock_03_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Rock_03_Art.glb) | Rock formation |
112
- | Rock_04_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Rock_04_Art.glb) | Rock formation |
113
- | Rock_05_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Rock_05_Art.glb) | Rock formation |
114
- | Floating_Island_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Floating_Island_01_Art.glb) | Fantasy floating island |
115
- | Floating_Island_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Floating_Island_02_Art.glb) | Floating island variant |
116
- | Water_Pond_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Water_Pond_01_Art.glb) | Pond water surface |
117
- | Water_plane_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Water_plane_Art.glb) | Flat water plane |
118
- | Water_Fall_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Water_Fall_01_Art.glb) | Waterfall |
119
- | Water_Fall_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Water_Fall_02_Art.glb) | Waterfall variant |
120
- | Water_FX_2_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Water_FX_2_Art.glb) | Water splash effect |
106
+ | LAND_Floor | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/LAND_Floor.glb) | Ground terrain tile |
107
+ | Terrain_Amount_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Terrain_Amount_01_Art.glb) | Terrain elevation |
108
+ | Terrain_Amount_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Terrain_Amount_02_Art.glb) | Terrain elevation variant |
109
+ | Rock_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Rock_01_Art.glb) | Rock formation |
110
+ | Rock_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Rock_02_Art.glb) | Rock formation |
111
+ | Rock_03_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Rock_03_Art.glb) | Rock formation |
112
+ | Rock_04_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Rock_04_Art.glb) | Rock formation |
113
+ | Rock_05_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Rock_05_Art.glb) | Rock formation |
114
+ | Floating_Island_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Floating_Island_01_Art.glb) | Fantasy floating island |
115
+ | Floating_Island_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Floating_Island_02_Art.glb) | Floating island variant |
116
+ | Water_Pond_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Water_Pond_01_Art.glb) | Pond water surface |
117
+ | Water_plane_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Water_plane_Art.glb) | Flat water plane |
118
+ | Water_Fall_01_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Water_Fall_01_Art.glb) | Waterfall |
119
+ | Water_Fall_02_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Water_Fall_02_Art.glb) | Waterfall variant |
120
+ | Water_FX_2_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Water_FX_2_Art.glb) | Water splash effect |
121
121
 
122
122
  ### Wildlife
123
123
 
124
124
  | Model | URL | Description |
125
125
  |-------|-----|-------------|
126
- | DeerArmature | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/DeerArmature.glb) | Rigged deer |
127
- | MountainLion | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/MountainLion.glb) | Mountain lion |
128
- | Owl | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Owl.glb) | Owl |
129
- | PigArmature | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/PigArmature.glb) | Rigged pig |
130
- | Butterfly | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Butterfly.glb) | Butterfly |
131
- | Skydoor_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Skydoor_Art.glb) | Fantasy sky portal |
126
+ | DeerArmature | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/DeerArmature.glb) | Rigged deer |
127
+ | MountainLion | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/MountainLion.glb) | Mountain lion |
128
+ | Owl | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Owl.glb) | Owl |
129
+ | PigArmature | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/PigArmature.glb) | Rigged pig |
130
+ | Butterfly | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Butterfly.glb) | Butterfly |
131
+ | Skydoor_Art | [Download](https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Skydoor_Art.glb) | Fantasy sky portal |
132
132
 
133
133
  ---
134
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl-regenesislabs/opendcl",
3
- "version": "0.1.3-22334161920.commit-0b218cb",
3
+ "version": "0.1.3-22336215175.commit-94dca45",
4
4
  "description": "AI coding assistant for Decentraland SDK7 scene development",
5
5
  "type": "module",
6
6
  "bin": {
@@ -66,5 +66,5 @@
66
66
  "prompts/",
67
67
  "context/"
68
68
  ],
69
- "commit": "0b218cbd9244cde7009c99d2b61ec9824fe7c2af"
69
+ "commit": "94dca4521a7916dddf82d5ce3883c0c853b93c2a"
70
70
  }
@@ -115,7 +115,7 @@ GltfContainer.create(entity, { src: 'models/arcade_machine.glb' })
115
115
  Read `context/open-source-3d-assets.md` for free CC0-licensed models from Polygonal Mind, organized by 18 themed collections (MomusPark, Medieval Fair, Cyberpunk, Sci-fi, etc.) with direct GitHub download URLs.
116
116
 
117
117
  ```bash
118
- curl -o models/tree.glb "https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/momuspark/Tree_01_Art.glb"
118
+ curl -o models/tree.glb "https://raw.githubusercontent.com/ToxSam/cc0-models-Polygonal-Mind/main/projects/MomusPark/Tree_01_Art.glb"
119
119
  ```
120
120
 
121
121
  ### How to suggest models
@@ -200,6 +200,33 @@ Audio in Decentraland is **spatial by default** — it gets louder as the player
200
200
 
201
201
  To make audio non-spatial (same volume everywhere), there's no built-in flag — keep the volume low and place the audio at the scene center.
202
202
 
203
+ ## Free Audio Files
204
+
205
+ Always check the audio catalog before creating placeholder sound file references. It contains 50 free sounds from the Creator Hub asset packs.
206
+
207
+ Read `context/audio-catalog.md` for music tracks (ambient, dance, medieval, sci-fi, etc.), ambient sounds (birds, city, factory, etc.), interaction sounds (buttons, doors, levers, chests), sound effects (explosions, sirens, bells), and game mechanic sounds (win/lose, heal, respawn, damage).
208
+
209
+ To use a catalog sound:
210
+ ```bash
211
+ # Download from catalog
212
+ mkdir -p sounds
213
+ curl -o sounds/ambient_1.mp3 "https://builder-items.decentraland.org/contents/bafybeic4faewxkdqx67dloyw57ikgaeibc2e2dbx34hwjubl3gfvs2r4su"
214
+ ```
215
+ ```typescript
216
+ // Reference in code — must be a local file path
217
+ AudioSource.create(entity, { audioClipUrl: 'sounds/ambient_1.mp3', playing: true, loop: true })
218
+ ```
219
+
220
+ ### How to suggest audio
221
+
222
+ 1. Read the audio catalog file
223
+ 2. Search for sounds matching the user's description/theme
224
+ 3. Suggest specific sounds with download commands
225
+ 4. Download selected sounds into the scene's `sounds/` directory
226
+ 5. Reference them in code with local paths
227
+
228
+ > **Important**: `AudioSource` only works with **local files**. Never use external URLs for the `audioClipUrl` field. Always download audio into `sounds/` first.
229
+
203
230
  ## Important Notes
204
231
 
205
232
  - Audio files must be in the project's directory (relative paths from project root)
@@ -26,8 +26,9 @@ Before writing scene code, check both asset catalogs for free models that match
26
26
 
27
27
  1. Read `context/asset-packs-catalog.md` (2,700+ Creator Hub models — furniture, structures, decorations, nature, etc.)
28
28
  2. Read `context/open-source-3d-assets.md` (991 CC0 models — cyberpunk, medieval, nature, sci-fi, etc.)
29
- 3. Suggest matching models to the user
30
- 4. Download selected models into the scene's `models/` directory:
29
+ 3. Read `context/audio-catalog.md` (50 free sounds — music, ambient, SFX, game mechanics, etc.)
30
+ 4. Suggest matching models and sounds to the user
31
+ 5. Download selected models into the scene's `models/` directory:
31
32
  ```bash
32
33
  mkdir -p models
33
34
  curl -o models/arcade_machine.glb "https://builder-items.decentraland.org/contents/bafybei..."