Ejemplo n.º 1
0
 void Awake()
 {
     attackParameter = new AttackParameter
     {
         attackLevel = new AttackLevel(3, false)
     };
     baseParameter = new BaseParameter(sprite);
 }
Ejemplo n.º 2
0
 void Awake()
 {
     attackParameter = new AttackParameter
     {
         attackLevel = new AttackLevel(3, false)
     };
     baseParameter = new BaseParameter(sprite);
 }
Ejemplo n.º 3
0
 /*
  * �L�����̍��W�ɏd�˂銴����
  */
 void Awake()
 {
     attackParameter = new AttackParameter
     {
         attackLevel = new AttackLevel(5, true)
     };
     baseParameter = new BaseParameter(null);
 }
Ejemplo n.º 4
0
 /*
  * キャラの座標に重ねる感じで
  */
 void Awake()
 {
     attackParameter = new AttackParameter
     {
         attackLevel = new AttackLevel(5, true)
     };
     baseParameter = new BaseParameter(null);
 }
Ejemplo n.º 5
0
 void Awake()
 {
     attackParameter = new AttackParameter
     {
         attackLevel = new AttackLevel(5, false)
     };
     baseParameter = new BaseParameter(sprite);
     baseParameter.mapPosition = new MapPosition(0, 0);
 }
Ejemplo n.º 6
0
 void Awake()
 {
     attackParameter = new AttackParameter
     {
         attackLevel = new AttackLevel(5, false)
     };
     baseParameter             = new BaseParameter(sprite);
     baseParameter.mapPosition = new MapPosition(0, 0);
 }