Added 2 bosses

This commit is contained in:
Martin 2022-12-22 11:44:45 +01:00
parent 28a14d379d
commit 889a516e10
3 changed files with 18 additions and 4 deletions

View File

@ -306,7 +306,10 @@
"__expectedType__": "cc.AnimationClip" "__expectedType__": "cc.AnimationClip"
} }
], ],
"_defaultClip": null, "_defaultClip": {
"__uuid__": "f5f4561e-514f-48db-940f-d534eb6a4073",
"__expectedType__": "cc.AnimationClip"
},
"_id": "" "_id": ""
}, },
{ {

View File

@ -1244,6 +1244,14 @@
{ {
"__uuid__": "b33ee875-cfd1-4f95-9f20-c2a7c3ca9ccf", "__uuid__": "b33ee875-cfd1-4f95-9f20-c2a7c3ca9ccf",
"__expectedType__": "cc.Prefab" "__expectedType__": "cc.Prefab"
},
{
"__uuid__": "c7c0c42c-5d18-4101-ac1f-bd135a15b09c",
"__expectedType__": "cc.Prefab"
},
{
"__uuid__": "b2c7f37e-cfe7-4633-b3a0-8bcefadc2cee",
"__expectedType__": "cc.Prefab"
} }
], ],
"_id": "ebqmDEqu5OGJivYBW47skm" "_id": "ebqmDEqu5OGJivYBW47skm"
@ -1405,7 +1413,7 @@
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": -320, "x": -320,
"y": 480, "y": 479.9999999999999,
"z": -1000 "z": -1000
}, },
"_lrot": { "_lrot": {
@ -3032,7 +3040,7 @@
"_priority": 1073741824, "_priority": 1073741824,
"_fov": 45, "_fov": 45,
"_fovAxis": 0, "_fovAxis": 0,
"_orthoHeight": 480, "_orthoHeight": 479.99999999999994,
"_near": 0, "_near": 0,
"_far": 2000, "_far": 2000,
"_color": { "_color": {

View File

@ -2,5 +2,8 @@ export enum EnemyGraphicsType {
Bat = "Bat", Bat = "Bat",
Goblin = "Goblin", Goblin = "Goblin",
Shark = "Shark", Shark = "Shark",
Skeleton = "Skeleton" Skeleton = "Skeleton",
BossOrcKing = "BossOrcKing",
BossStoneGolem = "BossStoneGolem"
} }