mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01:00
new layout system, new UI state/styles system
This commit is contained in:
1
modules/playground/playground.lua
Normal file
1
modules/playground/playground.lua
Normal file
@@ -0,0 +1 @@
|
||||
--UI.loadAndDisplayLocked('/mainmenu/ui/charlist.otui')
|
||||
10
modules/playground/playground.otmod
Normal file
10
modules/playground/playground.otmod
Normal file
@@ -0,0 +1,10 @@
|
||||
Module
|
||||
name: playground
|
||||
autoLoad: true
|
||||
dependencies:
|
||||
- core
|
||||
|
||||
onLoad: |
|
||||
require 'playground'
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user