mirror of
https://gitlab.com/2009scape/tools/rs09-thanos-tool.git
synced 2026-08-01 14:39:20 -06:00
Version bump + rebrand
This commit is contained in:
parent
ce461278a9
commit
45cb0fa118
7 changed files with 7 additions and 7 deletions
4
LICENSE
4
LICENSE
|
|
@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively
|
|||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
RS09 Thanos Tool
|
||||
Zaros
|
||||
Copyright (C) 2021 2009Scape
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
|||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) 2021 2009Scape
|
||||
Zaros Copyright (C) 2021 2009Scape
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[](https://gitlab.com/2009scape/rs09-thanos-tool/-/commits/master)
|
||||
|
||||
**The RS09 Thanos Tool : All-in-one JSON editing**
|
||||
**Zaros : All-in-one JSON editing**
|
||||
|
||||
This tool is capable of modifying every JSON file you're likely to need to modify inside of the 2009scape codebase.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
rootProject.name = 'rs09-thanos-tool'
|
||||
rootProject.name = 'zaros'
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import javax.swing.*
|
|||
import java.awt.event.*
|
||||
|
||||
object EditorConstants {
|
||||
var BUILD_NUMBER = "1.5.3"
|
||||
var BUILD_NUMBER = "2.0.1"
|
||||
|
||||
var DARK_MODE = true
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import cacheops.cache.definition.decoder.FloorUnderlayConfiguration
|
|||
import cacheops.cache.definition.decoder.FloorOverlayConfiguration
|
||||
import cacheops.cache.definition.decoder.MapTileParser
|
||||
|
||||
object MainScreen : JFrame("RS09 Thanos Tool ${EditorConstants.BUILD_NUMBER}") {
|
||||
object MainScreen : JFrame("Zaros ${EditorConstants.BUILD_NUMBER}") {
|
||||
val dirChooser = object : JFileChooser(DataStore.LastConfigPath){
|
||||
override fun updateUI() {
|
||||
EditorConstants.updateTheme()
|
||||
|
|
@ -46,7 +46,7 @@ object MainScreen : JFrame("RS09 Thanos Tool ${EditorConstants.BUILD_NUMBER}") {
|
|||
preferredSize = Dimension(550,300)
|
||||
loadedModel.addColumn("Filename")
|
||||
|
||||
iconImage = ImageIcon(javaClass.getResource("/thanos.png")).image
|
||||
iconImage = ImageIcon(javaClass.getResource("/zaros.png")).image
|
||||
|
||||
|
||||
selectDir.addActionListener {
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB |
BIN
src/main/resources/zaros.png
Normal file
BIN
src/main/resources/zaros.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 198 KiB |
Loading…
Add table
Add a link
Reference in a new issue