Skip to content

Commit fff071a

Browse files
committed
Replace missing sprite for Area and CityBlock trackers
1 parent d755128 commit fff071a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.luarc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
],
77
"hint.enable": false,
88
"diagnostics.globals": [
9-
"os",
10-
"storage"
9+
"os"
1110
]
1211
}

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---------------------------------------------------------------------------------------------------
2+
Version: 2.0.1
3+
Date: 22-10-204
4+
Bugfixes:
5+
- Replace missing sprite for Area and CityBlock trackers.
6+
---------------------------------------------------------------------------------------------------
27
Version: 2.0.0
38
Date: 21-10-204
49
Features:

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TLBE",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"title": "Time Lapse Base Edition",
55
"author": "veger",
66
"contact": "",

scripts/gui.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ function GUI.createTrackerConfigAndInfo(trackerInfo, tracker)
15031503
type = "sprite-button",
15041504
name = "tlbe-tracker-tr-player",
15051505
tooltip = { "tooltip.tracker-area-player" },
1506-
sprite = "utility/show_player_names_in_map_view_black",
1506+
sprite = "utility/show_player_names_in_map_view",
15071507
style = "tlbe_config_button"
15081508
}
15091509
trFlow.add {
@@ -1536,7 +1536,7 @@ function GUI.createTrackerConfigAndInfo(trackerInfo, tracker)
15361536
type = "sprite-button",
15371537
name = "tlbe-tracker-bl-player",
15381538
tooltip = { "tooltip.tracker-area-player" },
1539-
sprite = "utility/show_player_names_in_map_view_black",
1539+
sprite = "utility/show_player_names_in_map_view",
15401540
style = "tlbe_config_button"
15411541
}
15421542
blFlow.add {
@@ -1656,7 +1656,7 @@ function GUI.createTrackerConfigAndInfo(trackerInfo, tracker)
16561656
type = "sprite-button",
16571657
name = "tlbe-tracker-cityblock-player",
16581658
tooltip = { "tooltip.tracker-cityblock-player" },
1659-
sprite = "utility/show_player_names_in_map_view_black",
1659+
sprite = "utility/show_player_names_in_map_view",
16601660
style = "tlbe_config_button"
16611661
}
16621662
end

0 commit comments

Comments
 (0)