mjocean / PyProcGameHD-SkeletonGame

The current HD VGA Fork of PyProcGame (w/ HW Accel) + SkeletonGame to accelerate new game development
http://pinballprogramming.com
MIT License
14 stars 8 forks source link

Panning layer (YAML) uses inverted y values #17

Open mjocean opened 5 years ago

mjocean commented 5 years ago

Using YAML display markup The value of scroll_y: 2 causes the object to scroll up, not down as expected.

Similarly, negative origin_y values start the objects down, not up.

Same deal for x, apparently.