Skip to content

Commit

Permalink
add phase 2 cells
Browse files Browse the repository at this point in the history
  • Loading branch information
amm266 committed Apr 29, 2021
1 parent 51a4102 commit 2549b58
Show file tree
Hide file tree
Showing 21 changed files with 1,345 additions and 116 deletions.
3 changes: 3 additions & 0 deletions Assets/Prefabs/Ant.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 7c59769e94014ac58bf0c69cadd0e2ba, type: 3}
m_Name:
m_EditorClassIdentifier:
MaxDis: 0.09
fighterScaleCorrection: 0.3
redFighterColorCorrection: {r: 1, g: 0.7311321, b: 0.7311321, a: 1}
resource1: {fileID: 21300000, guid: 816584c73fb76d149a9a1cbcbbe6fa33, type: 3}
Expand All @@ -190,6 +191,8 @@ MonoBehaviour:
blackWorkerAnimator: {fileID: 9100000, guid: 2c997a4853413a847a008b75e686e58b, type: 2}
blackFighterAnimator: {fileID: 9100000, guid: d5014774637179e45838c923fcbc0549, type: 2}
Poison: {fileID: 8829472896410337160, guid: 28457cf08a4171746b914f6a678aae91, type: 3}
turnNumber: 1
turnOrder: 1
--- !u!95 &889715941100147975
Animator:
serializedVersion: 3
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefabs/base1.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6046186819930365855}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.48, y: 0, z: 0}
m_LocalPosition: {x: 30, y: -30, z: 1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children:
- {fileID: 7531302611914159803}
Expand Down
2 changes: 1 addition & 1 deletion Assets/Prefabs/base2.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6046186819930365855}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.48, y: 0, z: 0}
m_LocalPosition: {x: 8, y: -8, z: 1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children:
- {fileID: 2345218041912017139}
Expand Down
Loading

0 comments on commit 2549b58

Please sign in to comment.