dos1 / SuperDerpy

Become Derpy Hooves and fight with muffinzombies in this free software game in order to rescue Ponyville ponies so they can defeat Discord once again! Written in C using Allegro 5, works on Windows, GNU/Linux and Mac OS X.
http://www.superderpy.com/
GNU General Public License v2.0
18 stars 4 forks source link

Implement more obstacle callbacks. #6

Closed dos1 closed 12 years ago

dos1 commented 12 years ago

For now there's only one obstacle callback, used by pies: Obst_MoveUpDown. Having only two types of obstacle moves feels quite monotonic.

dos1 commented 12 years ago

Progress: d10c9b6b7ca3f64131314a4aef24a5d229a8bd71

dos1 commented 12 years ago

There's now also sinusoidal one, used by pigs. Muffins should get some rotating too and then I think it can be closed for now.

dos1 commented 12 years ago

Lots of commits in between; 1367d6d88e3eec694ac34ac129cc9259e90e4319 096466c583396953da44118cd3b9616d2c992033 2723cff2c572de2e68c0de14389dec0b88fa3863 I think it's done now.