davidwengier / Trains.NET

A simple 2D game written in C# with .NET Core. Development is streamed live on https://twitch.tv/davidwengier and past streams available on YouTube at http://bit.ly/trains-net-videos
MIT License
241 stars 29 forks source link

Settings system for customized drawing #2

Closed davidwengier closed 4 years ago

davidwengier commented 4 years ago

Imagine if all of the drawing parameters (magic numbers) were configurable and accessed using a settings system. You could completely customize the drawing experience, since its procedural:

image

davidwengier commented 4 years ago

This is done, but ugly. Butt ugly.