Skip to content

Commit ebb1670

Browse files
committed
Make targeter actually transparent
Why doesn't it work in combination with white? weird.
1 parent 9fb137a commit ebb1670

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mods/se-space-capsule-fast-travel/data.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ data:extend({
77
icon_size = 64,
88
subgroup = "tool",
99
stack_size = 1,
10-
selection_color = {r = 0.9, g = 0.9, b = 0.9, a = 0},
11-
alt_selection_color = {r = 0.9, g = 0.9, b = 0.9, a = 0},
10+
selection_color = {r = 0, g = 0, b = 0, a = 0},
11+
alt_selection_color = {r = 0, g = 0, b = 0, a = 0},
1212
selection_mode = {"nothing"},
1313
alt_selection_mode = {"nothing"},
1414
selection_cursor_box_type = "entity",

mods/se-space-capsule-fast-travel/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "se-space-capsule-fast-travel",
33
"title": "Space Exploration - space capsule fast travel",
44
"description": "Allows you to emergency burn anywhere using the shortcut, pretty much a teleport that damages your capsule.",
5-
"version": "1.0.8",
5+
"version": "1.0.9",
66
"author": "Quezler",
77
"factorio_version": "1.1",
88
"dependencies": [

0 commit comments

Comments
 (0)