https://github.com/stanzilla/kgpanels
https://github.com/stanzilla/kgpanels
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stanzilla/kgpanels
- Owner: Stanzilla
- Created: 2019-09-20T11:44:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T00:59:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T13:41:19.854Z (over 1 year ago)
- Language: Lua
- Homepage: https://www.wowace.com/projects/kg-panels/
- Size: 280 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Create panels for customizing your UI, sucessor to eePanels
[Wiki and FAQ](http://www.wowace.com/projects/kg-panels/pages/kg-panel-wiki)
[Sample Scripts](http://www.wowace.com/projects/kg-panels/pages/sample-scripts)
OnClick now provides a pressed and released variable you can check for.
if pressed then
-- do mouse down actions
elseif released then
-- do mouse up actions
end
This means your script will get called twice when someone clicks the panel.
Here is a youtube link to a video [Tutorial](http://www.youtube.com/watch?v=ap8sGfa5Sd8)
Ive created an [Example Texture Pack](https://www.curseforge.com/linkout?remoteUrl=http%253a%252f%252fdl.dropbox.com%252fu%252f10956%252fTexturePack.zip).
This example pack is just a template. If you want to use it as a storage spot for your art, look at the read me file for directions on usage.