tibia-client/modules/core_styles/core_styles.otmod

21 lines
653 B
Plaintext
Raw Normal View History

2011-11-02 04:02:56 +01:00
Module
name: core_styles
description: Contains ui styles used by other modules
author: OTClient team
website: https://github.com/edubart/otclient
2011-12-05 19:27:07 +01:00
2011-11-02 04:02:56 +01:00
onLoad: |
importStyle 'styles/buttons.otui'
importStyle 'styles/labels.otui'
importStyle 'styles/panels.otui'
importStyle 'styles/separators.otui'
importStyle 'styles/lineedits.otui'
importStyle 'styles/checkboxes.otui'
importStyle 'styles/windows.otui'
importStyle 'styles/listboxes.otui'
importStyle 'styles/items.otui'
importStyle 'styles/creatures.otui'
importStyle 'styles/popupmenus.otui'
2012-01-04 12:24:29 +01:00
importStyle 'styles/comboboxes.otui'
2011-11-02 04:02:56 +01:00
return true