moved all prefabs (even imported prefabs) to a prefab folder in root
This commit is contained in:
parent
d1c32d505e
commit
501dcfa86c
42 changed files with 14 additions and 0 deletions
|
@ -38,6 +38,11 @@ public class UnitBehaviour : MonoBehaviour {
|
|||
public int attackActions = 2;
|
||||
public Elemental attackElem = Elemental.None;
|
||||
|
||||
public bool attackAnim = false;
|
||||
public bool moveAnim = false;
|
||||
public bool castAnim = false;
|
||||
public bool deathAnim = false;
|
||||
|
||||
public void SetupStats (int pX, int pZ, Team id, int actions = 2, int steps = 5, int p = 50, int crit = 10, int pRange = 20, int critRange = 10) {
|
||||
posX = pX;
|
||||
posZ = pZ;
|
||||
|
|
9
Assets/prefabs.meta
Normal file
9
Assets/prefabs.meta
Normal file
|
@ -0,0 +1,9 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 97ae0f17910977043a86593cfc31b693
|
||||
folderAsset: yes
|
||||
timeCreated: 1477824638
|
||||
licenseType: Free
|
||||
DefaultImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in a new issue