Skip to content

Commit

Permalink
bugfix: название у station map сдвигается в начале (#6482)
Browse files Browse the repository at this point in the history
bugfix: overlay offset fix
  • Loading branch information
BeebBeebBoob authored Jan 28, 2025
1 parent 4b59c2c commit 13ba53f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/holomaps/machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
SSholomaps.station_holomaps += src
floor_markings = image('icons/obj/stationmap.dmi', "decal_station_map")
floor_markings.dir = src.dir
floor_markings.pixel_x = -src.pixel_x
floor_markings.pixel_y = -src.pixel_y
add_overlay(floor_markings)
..()
component_parts = list()
Expand Down

0 comments on commit 13ba53f

Please sign in to comment.