Update to Cocos 3.8.6

This commit is contained in:
Martin Kral 2025-04-24 16:28:42 +02:00
parent a1806aaef7
commit 60f1c7aa88
3 changed files with 220 additions and 203 deletions

View File

@ -2,7 +2,7 @@ Open sourced with the courtesy of [Y8.com](https://www.y8.com)
# Slash The Hordes
#### A rougelite game, heavily inspired by [Vampire Survivors](https://poncle.itch.io/vampire-survivors).
#### Made in Cocos Creator (3.8.5)
#### Made in Cocos Creator (3.8.6)
### [Play Slash the Hordes on Y8](https://www.y8.com/games/slash_the_hordes)

View File

@ -3,7 +3,7 @@
"uuid": "44d41970-47e0-4ec4-84a9-e2884a9f7957",
"version": "3.6.2",
"creator": {
"version": "3.8.5"
"version": "3.8.6"
},
"scripts": {
"prettier-format": "prettier --config .prettierrc.json assets/Scripts/*.ts --write",

View File

@ -1,6 +1,12 @@
{
"__version__": "1.0.10",
"__version__": "1.0.12",
"modules": {
"graphics": {
"pipeline": "legacy-pipeline"
},
"configs": {
"migrationsConfig": {
"name": "Migrated Configuration",
"cache": {
"base": {
"_value": true
@ -32,6 +38,21 @@
"xr": {
"_value": true
},
"rich-text": {
"_value": true
},
"mask": {
"_value": true
},
"graphics": {
"_value": true
},
"ui-skew": {
"_value": false
},
"affine-transform": {
"_value": true
},
"ui": {
"_value": true
},
@ -40,23 +61,13 @@
},
"physics": {
"_value": false,
"_option": "physics-ammo",
"_flags": {
"physics-ammo": {
"LOAD_BULLET_MANUALLY": false
},
"physics-physx": {
"LOAD_PHYSX_MANUALLY": false
}
}
"_option": "physics-ammo"
},
"physics-ammo": {
"_value": false,
"_flags": {
"physics-ammo": {
"LOAD_BULLET_MANUALLY": false
}
}
},
"physics-cannon": {
"_value": false
@ -64,22 +75,15 @@
"physics-physx": {
"_value": false,
"_flags": {
"physics-physx": {
"LOAD_PHYSX_MANUALLY": false
}
}
},
"physics-builtin": {
"_value": false
},
"physics-2d": {
"_value": true,
"_option": "physics-2d-builtin",
"_flags": {
"physics-2d-box2d-wasm": {
"LOAD_BOX2D_MANUALLY": false
}
}
"_option": "physics-2d-builtin"
},
"physics-2d-box2d": {
"_value": false
@ -87,14 +91,15 @@
"physics-2d-box2d-wasm": {
"_value": false,
"_flags": {
"physics-2d-box2d-wasm": {
"LOAD_BOX2D_MANUALLY": false
}
}
},
"physics-2d-builtin": {
"_value": false
},
"physics-2d-box2d-jsb": {
"_value": false
},
"intersection-2d": {
"_value": true
},
@ -147,11 +152,19 @@
"_value": false
},
"spine": {
"_value": true,
"_option": "spine-3.8"
},
"spine-3.8": {
"_value": true,
"_flags": {
"spine": {
"LOAD_SPINE_MANUALLY": false
}
},
"spine-4.2": {
"_value": false,
"_flags": {
"LOAD_SPINE_MANUALLY": false
}
},
"dragon-bones": {
@ -175,28 +188,30 @@
},
"legacy-pipeline": {
"_value": false
},
"graphics": {
"_value": true
}
},
"flags": {},
"includeModules": [
"2d",
"affine-transform",
"animation",
"audio",
"base",
"dragon-bones",
"gfx-webgl",
"gfx-webgl2",
"graphics",
"intersection-2d",
"legacy-pipeline",
"light-probe",
"marionette",
"mask",
"particle-2d",
"physics-2d-builtin",
"profiler",
"rich-text",
"skeletal-animation",
"spine",
"spine-3.8",
"tiled-map",
"tween",
"ui",
@ -208,7 +223,9 @@
"noDeprecatedFeatures": {
"value": false,
"version": ""
}
}
},
"flags": {}
"globalConfigKey": "migrationsConfig"
}
}