mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-05 07:11:39 +00:00
18 lines
570 B
Markdown
18 lines
570 B
Markdown
|
# What's still missing
|
||
|
## Wrappers
|
||
|
- `Line3D` wrapper
|
||
|
|
||
|
## Interop
|
||
|
- Make (parts of) game configuration (for example ThingTypeInfo) available?
|
||
|
|
||
|
## Map elements
|
||
|
- is the current implementation for thing and linedef action arguments OK?
|
||
|
|
||
|
## UI
|
||
|
- add favorite script functionality (in the UI and with hotkeys)
|
||
|
- add "quick script" function to write and run one-shot scripts in UDB without having to create files
|
||
|
|
||
|
## Other
|
||
|
- remove the `Wrapper` part from the wrapper class names?
|
||
|
- some way to get information about the current editing mode (name, ...)
|
||
|
- radians vs degrees?
|