mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
add a new folder structure redesign organized by packages
This commit is contained in:
BIN
packages/core_styles/styles/button_standard.png
Normal file
BIN
packages/core_styles/styles/button_standard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 825 B |
BIN
packages/core_styles/styles/button_standard_down.png
Normal file
BIN
packages/core_styles/styles/button_standard_down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 833 B |
BIN
packages/core_styles/styles/button_standard_hover.png
Normal file
BIN
packages/core_styles/styles/button_standard_hover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 859 B |
25
packages/core_styles/styles/buttons.otml
Normal file
25
packages/core_styles/styles/buttons.otml
Normal file
@@ -0,0 +1,25 @@
|
||||
button
|
||||
font: helvetica-11px-bold
|
||||
font-color: #f0ad4dff
|
||||
size: 106 24
|
||||
bordered-image: { source: button_standard.png; border: 5 }
|
||||
|
||||
button:hover
|
||||
bordered-image: { source: tibia_flash/button_standard_hover.png; border: 5 }
|
||||
|
||||
button:down
|
||||
text-translate: 1 1
|
||||
bordered-image: { source: tibia_flash/button_standard_down.png; border: 5 }
|
||||
|
||||
button.small
|
||||
width: 64
|
||||
|
||||
button.large
|
||||
width: 144
|
||||
|
||||
button.notImplemented
|
||||
onClick: displayErrorBox("Error", "Not implemented yet")
|
||||
|
||||
button.closeParent
|
||||
onClick: self.parent:destroy()
|
||||
|
0
packages/core_styles/styles/labels.otml
Normal file
0
packages/core_styles/styles/labels.otml
Normal file
0
packages/core_styles/styles/linedecorations.otml
Normal file
0
packages/core_styles/styles/linedecorations.otml
Normal file
0
packages/core_styles/styles/panels.otml
Normal file
0
packages/core_styles/styles/panels.otml
Normal file
0
packages/core_styles/styles/textedits.otml
Normal file
0
packages/core_styles/styles/textedits.otml
Normal file
0
packages/core_styles/styles/utilities.otml
Normal file
0
packages/core_styles/styles/utilities.otml
Normal file
0
packages/core_styles/styles/windows.otml
Normal file
0
packages/core_styles/styles/windows.otml
Normal file
Reference in New Issue
Block a user