OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
209 stars 112 forks source link

Unimplemented DMF control attributes #167

Open ike709 opened 3 years ago

ike709 commented 3 years ago

See http://www.byond.com/docs/ref/skinparams.html#allparamstable

wixoaGit commented 3 years ago

All possible control parameters were added as valid keywords in 6a03889def6fc42058c4aa4d817e3649bdfde16c. They currently don't do anything, and instead just print warnings to the console.

amylizzle commented 1 year ago

1462 does is-checked, can-check, group

1450 does on-show and on-hide

amylizzle commented 7 months ago

1757 defines all the properties and their defaults but does not implement behaviour