mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-26 11:48:54 +00:00
Skeleton
This commit is contained in:
parent
0cd9006ac0
commit
8d953ec9f6
@ -172,7 +172,7 @@
|
|||||||
{
|
{
|
||||||
"id": "CircleEnemy",
|
"id": "CircleEnemy",
|
||||||
"moveType": "Follow",
|
"moveType": "Follow",
|
||||||
"graphicsType": "Bat",
|
"graphicsType": "Skeleton",
|
||||||
"health": 4,
|
"health": 4,
|
||||||
"damage": 1,
|
"damage": 1,
|
||||||
"speed": 25,
|
"speed": 25,
|
||||||
@ -205,7 +205,7 @@
|
|||||||
{
|
{
|
||||||
"id": "WaveEnemyArmor",
|
"id": "WaveEnemyArmor",
|
||||||
"moveType": "Launch",
|
"moveType": "Launch",
|
||||||
"graphicsType": "Bat",
|
"graphicsType": "Skeleton",
|
||||||
"health": 5,
|
"health": 5,
|
||||||
"damage": 3,
|
"damage": 3,
|
||||||
"speed": 70,
|
"speed": 70,
|
||||||
|
@ -1083,6 +1083,10 @@
|
|||||||
{
|
{
|
||||||
"__uuid__": "6135fac4-6678-4e23-b655-b4ff7fb42026",
|
"__uuid__": "6135fac4-6678-4e23-b655-b4ff7fb42026",
|
||||||
"__expectedType__": "cc.Prefab"
|
"__expectedType__": "cc.Prefab"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__uuid__": "b33ee875-cfd1-4f95-9f20-c2a7c3ca9ccf",
|
||||||
|
"__expectedType__": "cc.Prefab"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_id": "ebqmDEqu5OGJivYBW47skm"
|
"_id": "ebqmDEqu5OGJivYBW47skm"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
export enum EnemyGraphicsType {
|
export enum EnemyGraphicsType {
|
||||||
Bat = "Bat",
|
Bat = "Bat",
|
||||||
Goblin = "Goblin",
|
Goblin = "Goblin",
|
||||||
Shark = "Shark"
|
Shark = "Shark",
|
||||||
|
Skeleton = "Skeleton"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user