Skip to content

Commit

Permalink
feat: add physics-2d-box2d-wasm options (#17874)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogodo-cc authored Nov 18, 2024
1 parent bd2dc0a commit 9f61f49
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions editor/engine-features/render-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,19 @@
"default": true,
"isNativeModule": true
},
"physics-2d-box2d-wasm": {
"label": "i18n:ENGINE.features.physics_2d_box2d_wasm.label",
"description": "i18n:ENGINE.features.physics_2d_box2d_wasm.description",
"flags": {
"LOAD_BOX2D_MANUALLY": {
"label": "i18n:ENGINE.features.flags.box2d.loadManual.label",
"description": "i18n:ENGINE.features.flags.box2d.loadManual.description",
"ui-type": "checkbox",
"default": false
}
}

},
"physics-2d-builtin": {
"label": "i18n:ENGINE.features.physics_2d_builtin.label",
"description": "i18n:ENGINE.features.physics_2d_builtin.description"
Expand Down

0 comments on commit 9f61f49

Please sign in to comment.