mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Remove KondoKit dependency on XPGlobes
This commit is contained in:
parent
a81b9b46b4
commit
6ec395bbcf
11 changed files with 173 additions and 90 deletions
|
|
@ -22,7 +22,6 @@ import KondoKit.plugin.StateManager.initialXP
|
|||
import KondoKit.plugin.StateManager.totalXPWidget
|
||||
import KondoKit.plugin.StateManager.xpWidgets
|
||||
import plugin.Plugin
|
||||
import plugin.annotations.PluginMeta
|
||||
import plugin.api.*
|
||||
import plugin.api.API.*
|
||||
import plugin.api.FontColor.fromColor
|
||||
|
|
@ -39,6 +38,7 @@ import java.awt.event.MouseAdapter
|
|||
import java.awt.event.MouseEvent
|
||||
import javax.swing.*
|
||||
|
||||
|
||||
class plugin : Plugin() {
|
||||
companion object {
|
||||
val WIDGET_SIZE = Dimension(270, 55)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue