mirror of
https://gitlab.com/2009scape/tools/2009scape-map-viewer.git
synced 2026-08-01 14:39:25 -06:00
Initial release
This commit is contained in:
parent
d578cb9bba
commit
04ea7a23a2
3 changed files with 9 additions and 5 deletions
|
|
@ -1,2 +1,6 @@
|
||||||
# Praesecho Cache Tools
|
# 2009scape 2D Map Viewer/Spawn Editor
|
||||||
Tools for editing and modifying cache files.
|
Simple 2D map viewer and spawn editor.
|
||||||
|
|
||||||
|
Credits (as of initial release) :<br/>
|
||||||
|
@Ceikry - Design and Programming<br/>
|
||||||
|
@Woahscam - Design and Programming
|
||||||
|
|
@ -4,8 +4,8 @@ plugins {
|
||||||
id 'application'
|
id 'application'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'org.praesecho'
|
group 'org.2009scape'
|
||||||
version '0.3'
|
version '1.0'
|
||||||
|
|
||||||
compileKotlin {
|
compileKotlin {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ object Rs2MapEditor {
|
||||||
lateinit var itemAmountInput: JTextField
|
lateinit var itemAmountInput: JTextField
|
||||||
var state = EditorState.NONE
|
var state = EditorState.NONE
|
||||||
|
|
||||||
class MainFrame : JFrame("Praesecho Map Editor v0.3") {
|
class MainFrame : JFrame("2009scape Map Viewer v1.0") {
|
||||||
init {
|
init {
|
||||||
val statusBar = JPanel(FlowLayout(FlowLayout.LEFT))
|
val statusBar = JPanel(FlowLayout(FlowLayout.LEFT))
|
||||||
statusBar.border = CompoundBorder(
|
statusBar.border = CompoundBorder(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue