TerryCavanagh / VVVVVV

The source code to VVVVVV! http://thelettervsixtim.es/
Other
7k stars 559 forks source link

Restore gravity/warp lines sticking out a tile offscreen #1084

Closed Daaaav closed 10 months ago

Daaaav commented 10 months ago

Changes:

I just discovered this: whereas 2.3 and older versions make gravity and warp lines - when placed in the editor - stick out one tile offscreen, the latest version stops the lines at the room border.

In this situation, all the gravity lines should be 4 tiles long:

Four 3-tile gravity lines sticking offscreen

This change restores the old behavior, and it's a simple fix: the refactored code was written to let tiles outside the room block gravity/warp lines. Instead of all offscreen tiles blocking lines, now there's a 1-tile padding around the room that will let them through.

Legal Stuff:

By submitting this pull request, I confirm that...