OpenRA / d2

A d2 mod for OpenRA
GNU General Public License v3.0
57 stars 20 forks source link

Added a UI skin #202

Closed Mailaender closed 3 years ago

Mailaender commented 4 years ago

Found it in my old https://github.com/Mailaender/OpenRA/tree/dune2.

evgeniysergeev commented 3 years ago

This is really not needed, the idea is to use SCREEN.CPS to draw UI elements. For that various widgets already made. Look at: https://github.com/OpenRA/d2/blob/3c1489a633ec95a7ccbb068d142c01ec6055ac68/mods/d2/chrome.yaml#L2 This chrome.yaml already using SCREEN.CPS to draw UI. Look at current UI: image There no need to store png with this images. everything already exists in SCREEPN.CPS and other CPS files