• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Minimap windows resize width?

Miniwindows have an Resizeable widget attached to its bottom. You shall add it to sides.
 
PHP:
MiniWindow
  id: minimapWindow
  !text: tr('Minimap')
  height: 150
  size: 700 700
  icon: /images/topbuttons/minimap
  @onClose: modules.game_minimap.onMiniWindowClose()
  @onGeometryChange: updateMapFlags()
  &save: true

minimap.otui
 
Back
Top