Skip to content

Commit

Permalink
version bump (#1105)
Browse files Browse the repository at this point in the history
* [create-pull-request] automated change

* lepsza widocznosc zaznaczanych lokacji

Co-authored-by: Delwing <Delwing@users.noreply.github.com>
Co-authored-by: Piotr Wilczynski <delwing@gmail.com>
  • Loading branch information
3 people authored Sep 9, 2021
1 parent 77586d8 commit 3dbb62d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mapper/highlighter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Highlight:on()
end

function Highlight:highlight_location(location_id, color1_rgb_table, color2_rgb_table)
highlightRoom(location_id, color1_rgb_table[1], color1_rgb_table[2], color1_rgb_table[3], color2_rgb_table[1], color2_rgb_table[2], color2_rgb_table[3], 0.85, 255, 255)
highlightRoom(location_id, color1_rgb_table[1], color1_rgb_table[2], color1_rgb_table[3], color2_rgb_table[1], color2_rgb_table[2], color2_rgb_table[3], 0.85, 255, 0)
end

function Highlight:off()
Expand Down
2 changes: 1 addition & 1 deletion mapper/path.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
amap.path_display = amap.path_display or {
highlighter = Highlight:new({}, {255, 200, 150}, {150, 100, 255})
highlighter = Highlight:new({}, {255, 255, 255}, {150, 100, 255})
}

function amap.path_display:start(destination)
Expand Down
2 changes: 1 addition & 1 deletion skrypty.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scripts = scripts or { ver = "4.38" }
scripts = scripts or { ver = "4.39" }
scripts.event_handlers = scripts.event_handlers or {}

function alias_func_skrypty_help()
Expand Down

0 comments on commit 3dbb62d

Please sign in to comment.