基础的数值计算

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-11-30 02:20:57 +08:00
parent 6cd69ca9e3
commit 8dcf92a302
33 changed files with 363 additions and 36 deletions

View File

@@ -81,7 +81,7 @@
"__id__": 1
},
"_children": [],
"_active": false,
"_active": true,
"_components": [
{
"__id__": 3

View File

@@ -157,7 +157,10 @@
"_iso": 0,
"_screenScale": 1,
"_visibility": 1073741825,
"_targetTexture": null,
"_targetTexture": {
"__uuid__": "a0d1e275-5512-493e-8e15-7d2db8beb48e",
"__expectedType__": "cc.RenderTexture"
},
"_postProcess": null,
"_usePostProcess": false,
"_cameraType": -1,

View File

@@ -1,8 +1,8 @@
[
{
"id": 0,
"Blood": 100,
"Attack": 10,
"Blood": 200,
"Attack": 20,
"Defend": 5
}
]