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
|
|
|
|
dependencies:
|
|
|
|
- core_fonts
|
|
|
|
onLoad: |
|
|
|
|
importStyles 'styles/buttons.otui'
|
|
|
|
importStyles 'styles/labels.otui'
|
|
|
|
importStyles 'styles/panels.otui'
|
|
|
|
importStyles 'styles/separators.otui'
|
|
|
|
importStyles 'styles/lineedits.otui'
|
2011-11-16 00:47:32 +01:00
|
|
|
importStyles 'styles/checkboxes.otui'
|
2011-11-02 04:02:56 +01:00
|
|
|
importStyles 'styles/windows.otui'
|
|
|
|
importStyles 'styles/listboxes.otui'
|
2011-11-10 06:29:25 +01:00
|
|
|
importStyles 'styles/items.otui'
|
2011-11-14 23:32:55 +01:00
|
|
|
importStyles 'styles/creatures.otui'
|
2011-11-02 04:02:56 +01:00
|
|
|
return true
|
|
|
|
|