bcthund / Project_Parsec

1 stars 0 forks source link

Texturing #6

Closed bcthund closed 3 years ago

bcthund commented 3 years ago

Add texture options to Buttons and Windows giving more control over the look of the GUI.

bcthund commented 3 years ago

Hardcoded texture added to a few windows with some settings added to Properties to enable texturing and set a scrolling speed so the texture will scroll at a different rate than the components. This adds a nice depth effect to the windows. Just need to add the texture customization. A thought is to possibly use a pointer to a Texture object, then the user can assign any texture from any system, but the Sprite system is the most likely candidate. The old menu system used its own texture atlas collection, maybe implement that into the GUI system as a static list of textures.