pedrohas2000 / pingus

Automatically exported from code.google.com/p/pingus
GNU General Public License v3.0
0 stars 0 forks source link

Parallax handling for hotspots is broken in the editor #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Parallax handling for hotspots is broken in the editor. It's not in the GUI and 
only results in:

 (parallax 0.5)

While it should have para-x, para-y handling.

Original issue reported on code.google.com by grum...@gmail.com on 10 Oct 2011 at 7:51

GoogleCodeExporter commented 9 years ago
Not just broken in the game, in the engine as well:

void
Hotspot::draw (SceneContext& gc)
{
  // FIXME: para support doesnn't work correctly
  gc.color().draw (sprite, pos);
}

Original comment by grum...@gmail.com on 10 Oct 2011 at 8:20