kevinortegren / zombieshroom

Large game project
11 stars 2 forks source link

Deserializing entities before action system can spawn them #150

Closed rarosu closed 10 years ago

rarosu commented 10 years ago

AbilityCharge/Channeling done is received the same frame as a deserialize function. This can be fixed by deserializing at the end of a frame or at least after the action system. A system for doing this has been created before in the ability-pop branch.