asmodehn / WkCocos

Cocos wrapping for quick wkcmake convention based builds.
4 stars 7 forks source link

Save should save the alarm setup for the player. #20

Closed asmodehn closed 10 years ago

bvs23bkv33 commented 10 years ago

https://github.com/asmodehn/WkCocos/commit/33561635bbc29ae46bd0b545afc470ddd987c6b9

asmodehn commented 10 years ago

The timer save should be in the library, not in the App. The point is that the gamedevs dont spend time saving all their timers when we can already do it for them. They should just do myPlayer.setTimer(); and wait for event. they should not worry about the save. We cna modify the interface a little for that...

asmodehn commented 10 years ago

done. just needs to be merged.