otclient-redemption/modules/dev_otui/dev_otui.otmod
Renan Miyashiro 9bfac7719f
feat(dev_otui): visual .otui screen editor inside the client (#1782)
New Features:
- Added a visual OTUI editor for previewing and editing .otui files, including live preview, widget selection, and editing of properties, anchors, geometry and states.
- Supports adding/removing widgets and properties, creating new screens, and saving back with safety checks and backups.
- Included file/style/anchor pickers and a style gallery with live samples.
- Added an OTML parser/writer to preserve and apply line-accurate edits.

Documentation:
- Added comprehensive editor documentation, workflows and operational notes.
2026-07-31 19:01:14 -03:00

11 lines
289 B
Text

Module
name: dev_otui
description: Editor/inspector de telas .otui com preview fiel dentro do proprio cliente
author: Renan
website: none
sandboxed: true
scripts: [ otml, dev_otui ]
autoload: true
dependencies: [ client_topmenu ]
@onLoad: init()
@onUnload: terminate()