mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
reorganize modules
This commit is contained in:
17
modules/core_styles/core_styles.otmod
Normal file
17
modules/core_styles/core_styles.otmod
Normal file
@@ -0,0 +1,17 @@
|
||||
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'
|
||||
importStyles 'styles/windows.otui'
|
||||
importStyles 'styles/listboxes.otui'
|
||||
return true
|
||||
|
Reference in New Issue
Block a user