Switch back over to using flat-file plugin info, auto-copy properties files in gradle

This commit is contained in:
ceikry 2023-07-14 22:55:27 -05:00
parent dd52e7e9fb
commit 029c13233f
33 changed files with 70 additions and 85 deletions

View file

@ -10,11 +10,6 @@ import rt4.Sprite
import java.awt.Color
import java.lang.Exception
@PluginMeta(
author = "Ceikry",
description = "Draws a simple slayer task tracker onto the screen if one is active.",
version = 1.0
)
class plugin : Plugin() {
val boxColor = 6116423
val posX = 5

View file

@ -0,0 +1,3 @@
AUTHOR='Ceikry'
DESCRIPTION='Draws a simple slayer task tracker onto the screen if one is active.'
VERSION=1.0