darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

Use display/hide for invisible UI elements, not visibility #79

Open darkf opened 7 years ago

darkf commented 7 years ago

See scripting, ui, etc.

darkf commented 6 years ago

This is going to depend on #105 mainly.

darkf commented 6 years ago

jQuery is gone now, instead we have show/hide/showv/hidev (for display vs visibility.)

We need to figure out now if we can just switch to using display for all of them (as it makes more sense, invisible things don't need boxes.)