subchannel13 / Stareater

4X turn based strategy
GNU General Public License v3.0
32 stars 7 forks source link

Texture atlas in WinForms #84

Closed subchannel13 closed 7 years ago

subchannel13 commented 7 years ago

Move texture atlas generation from tools project to game GUI project. Although it makes sense to have texture preprocessed since it doesn't change during the run time but there are two inconveniences. Biggest one is more complicated first build procedure, when repository is cloned there are extra steps in order to build a working executable. Other one is more difficult texture updating and modding.