aphadeon / OpenGame.exe

A custom Ruby-powered game engine that supports RPG Maker games.
24 stars 10 forks source link

Path resolution and window background 2 tiling #22

Closed felixjones closed 9 years ago

felixjones commented 9 years ago

Added path resolution for -game switch as the recent re-factor made certain permutations no-longer work.

This involves the method ::ResolvePath() making a return.

Window background layer 2 is tiled with extra geometry. There's a lot of looping involved and there could be some room for mathematical optimisations.