code view

This commit is contained in:
marhone 2024-05-08 00:12:00 +08:00
parent 55fdf00f08
commit a59680e5ff
4 changed files with 424 additions and 284 deletions

View File

@ -1,6 +1,6 @@
{ {
"player": { "player": {
"defaultHP": 50, "defaultHP": 5000,
"requiredXP": [ "requiredXP": [
10, 10,
20, 20,

View File

@ -1428,9 +1428,9 @@
"_far": 2000, "_far": 2000,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 75, "r": 84,
"g": 109, "g": 75,
"b": 59, "b": 80,
"a": 255 "a": 255
}, },
"_depth": 1, "_depth": 1,

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{ {
"__version__": "1.0.0", "__version__": "1.0.1",
"information": { "information": {
"customSplash": { "customSplash": {
"id": "customSplash", "id": "customSplash",