mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Refactored :ds1viewer to :tools:ds1-viewer
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -18,6 +18,7 @@ dependencies {
|
||||
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
|
||||
}
|
||||
|
||||
description = 'View and debug DS1 prefabs.'
|
||||
application {
|
||||
mainClass = 'com.riiablo.map.DS1Viewer'
|
||||
}
|
Reference in New Issue
Block a user