MarmotaGames / aracnotopia

Spiders. Spiders everywhere! Earth belongs to them now, and these just-gone-self-aware arthropods have developed sophisticated Math and a complex mithology revolving around the powers of two. But something is off in this eight legged utopia. As the last spider able to cast threads of silk, will you be able to weave together your decaying Empire, or will you let it be stricken by the same fate that befell the biped giants in aeons past?
MIT License
0 stars 0 forks source link

The spider doesn't keep it's rotation after launching web #12

Closed EduYukio closed 5 years ago

EduYukio commented 5 years ago

She goes back to the previous rotation, before launching.

EduYukio commented 5 years ago

Fixed by creating the flag "justLaunchedWeb" that is checked in the update_rotation function. If the player just launched the web and didn't move, the spider keeps its rotation, until it moves.