Skip to content

Commit

Permalink
Replace missing sprite for Area and CityBlock trackers
Browse files Browse the repository at this point in the history
  • Loading branch information
veger committed Oct 22, 2024
1 parent d755128 commit fff071a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .luarc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
],
"hint.enable": false,
"diagnostics.globals": [
"os",
"storage"
"os"
]
}
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.1
Date: 22-10-204
Bugfixes:
- Replace missing sprite for Area and CityBlock trackers.
---------------------------------------------------------------------------------------------------
Version: 2.0.0
Date: 21-10-204
Features:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TLBE",
"version": "2.0.0",
"version": "2.0.1",
"title": "Time Lapse Base Edition",
"author": "veger",
"contact": "",
Expand Down
6 changes: 3 additions & 3 deletions scripts/gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ function GUI.createTrackerConfigAndInfo(trackerInfo, tracker)
type = "sprite-button",
name = "tlbe-tracker-tr-player",
tooltip = { "tooltip.tracker-area-player" },
sprite = "utility/show_player_names_in_map_view_black",
sprite = "utility/show_player_names_in_map_view",
style = "tlbe_config_button"
}
trFlow.add {
Expand Down Expand Up @@ -1536,7 +1536,7 @@ function GUI.createTrackerConfigAndInfo(trackerInfo, tracker)
type = "sprite-button",
name = "tlbe-tracker-bl-player",
tooltip = { "tooltip.tracker-area-player" },
sprite = "utility/show_player_names_in_map_view_black",
sprite = "utility/show_player_names_in_map_view",
style = "tlbe_config_button"
}
blFlow.add {
Expand Down Expand Up @@ -1656,7 +1656,7 @@ function GUI.createTrackerConfigAndInfo(trackerInfo, tracker)
type = "sprite-button",
name = "tlbe-tracker-cityblock-player",
tooltip = { "tooltip.tracker-cityblock-player" },
sprite = "utility/show_player_names_in_map_view_black",
sprite = "utility/show_player_names_in_map_view",
style = "tlbe_config_button"
}
end
Expand Down

0 comments on commit fff071a

Please sign in to comment.