rename file to reflect the more general usage

develop
Myk Taylor 2023-10-08 13:44:09 -07:00
parent 5b49e731ec
commit 0ad61ccf26
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

@ -1,6 +1,6 @@
local _ENV = mkmodule('plugins.sort')
local creatures = require('plugins.sort.creatures')
local info = require('plugins.sort.info')
local gui = require('gui')
local overlay = require('plugins.overlay')
local setbelief = reqscript('modtools/set-belief')
@ -1262,7 +1262,7 @@ end
OVERLAY_WIDGETS = {
squad_assignment=SquadAssignmentOverlay,
squad_annotation=SquadAnnotationOverlay,
creatures=creatures.InfoOverlay,
info=info.InfoOverlay,
}
dfhack.onStateChange[GLOBAL_KEY] = function(sc)

@ -1,4 +1,4 @@
local _ENV = mkmodule('plugins.sort.creatures')
local _ENV = mkmodule('plugins.sort.info')
local overlay = require('plugins.overlay')
local widgets = require('gui.widgets')