5/13/2009

Battle coding...

I think the battle system is working OK even though the code is very ugly... The more agility you have, the more attack you do.
バトルのコードはきれいじゃないけど、うまくいってる気がする。Agilityを100を超すとアタック。1ラウンドで100を超すと何回も攻撃するorされるシステム。素早さが命になるときもある。

This code would've saved me a million times if I knew this earlier... Often times, I need to execute something after X seconds.
これをもっと早くに知ってればどんだけ助かったことか。。X秒後に何か命令させるのを今までNSTimerでやってました。はっはっは。(T▽T)

[self performSelector:@selector(battle02:) withObject:NO afterDelay:1];

No comments:

Post a Comment