Secretchronicles / TSC

An open source two-dimensional platform game.
https://secretchronicles.org/
GNU General Public License v3.0
205 stars 50 forks source link

Fans #52

Open Quintus opened 10 years ago

Quintus commented 10 years ago

Fans that blow away objects. Idea comes from the SMC forums.

This should be doable by adding a flag m_blowable (suggest a better name, please) to cSprite and setting it to true for specific chosen objects. If a level writer wants other objects to be blown away (such as clouds, which are just static sprites currently), he has to set this flag via scripting. For this a scripting method Sprite#blowable= would have to be implemented.

Currently we have no graphics for this, so we can’t have this at the moment.

Vale, Quintus

Luiji commented 10 years ago

Well, we could use a little programmer art and just make it an "unused feature" if we don't get graphics by the release time, but we'd probably only want to do that if we didn't have so many other graphics-having features on the list. :)

Bugsbane commented 10 years ago

The two scariest words to an artists ear... "programmer art". ;P