Refactored :ds1viewer to :tools:ds1-viewer

This commit is contained in:
Collin Smith
2020-11-26 03:29:10 -08:00
parent 0f886ecfbe
commit f98c9575a6
4 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,6 @@ include 'desktop'
include 'android'
include 'mpqviewer'
include 'ds1viewer' // deprecated
include 'server:bnls'
include 'server:bncs'
@ -19,6 +18,7 @@ include 'tools:font-metrics'
include 'tools:d2s-reader'
include 'tools:camera'
include 'tools:direction'
include 'tools:ds1-viewer' // deprecated
include 'tools:mpq-viewer'
project(':tools:mpq-viewer').projectDir = project(':mpqviewer').projectDir

View File

@ -18,6 +18,7 @@ dependencies {
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
}
description = 'View and debug DS1 prefabs.'
application {
mainClass = 'com.riiablo.map.DS1Viewer'
}