mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 17:03:02 +02:00
added more enemies to show the power of friendmaking
This commit is contained in:
parent
5c5e4d47eb
commit
0ff19d299b
@ -161,7 +161,11 @@ MonoBehaviour:
|
|||||||
enemyBaseCoord: {x: 9, y: 9}
|
enemyBaseCoord: {x: 9, y: 9}
|
||||||
enemyStartingPositions:
|
enemyStartingPositions:
|
||||||
- {x: 8, y: 8}
|
- {x: 8, y: 8}
|
||||||
|
- {x: 7, y: 8}
|
||||||
- {x: 7, y: 7}
|
- {x: 7, y: 7}
|
||||||
|
- {x: 6, y: 8}
|
||||||
|
- {x: 6, y: 7}
|
||||||
|
- {x: 8, y: 7}
|
||||||
tilemap: {fileID: 1853262998}
|
tilemap: {fileID: 1853262998}
|
||||||
soldierPrefab: {fileID: 403095692180922766, guid: a87b1aa46b0ed3e0fba621e11dd4f1e2,
|
soldierPrefab: {fileID: 403095692180922766, guid: a87b1aa46b0ed3e0fba621e11dd4f1e2,
|
||||||
type: 3}
|
type: 3}
|
||||||
@ -332,6 +336,7 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
tilemapManager: {fileID: 0}
|
tilemapManager: {fileID: 0}
|
||||||
|
playerSquad: {fileID: 0}
|
||||||
--- !u!4 &905024698
|
--- !u!4 &905024698
|
||||||
Transform:
|
Transform:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user