focustense / StardewUI

UI/widget library for Stardew modding
MIT License
6 stars 1 forks source link

Support min/max layout dimensions from StarML #40

Closed focustense closed 2 weeks ago

focustense commented 2 weeks ago

The converter syntax currently only supports the standard Width and Height; there is no way to set min/max values even though they exist on LayoutParameters itself.

Framework should support both string conversions using a microsyntax, and duck type conversions which require a separate converter for Length.