Skip to content

Commit

Permalink
use reserved range for tileset
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Sep 1, 2023
1 parent dfdda68 commit 143098d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unsuspend.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if not ok then
buildingplan = nil
end

local textures = dfhack.textures.loadTileset('hack/data/art/unsuspend.png', 32, 32)
local textures = dfhack.textures.loadTileset('hack/data/art/unsuspend.png', 32, 32, true)

SuspendOverlay = defclass(SuspendOverlay, overlay.OverlayWidget)
SuspendOverlay.ATTRS{
Expand Down

0 comments on commit 143098d

Please sign in to comment.