mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
BAPI - mapmanip directional submap insert marker (#23080)
``` changes: - rscadd: "Directional submap insert marker." ``` <img width="1691" height="585" alt="image" src="https://github.com/user-attachments/assets/b3d734f8-d23d-449a-bd17-9397f5b81139" /> --------- Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com> Co-authored-by: DreamySkrell <> Co-authored-by: AuroraBuildBot <action@github.com> Co-authored-by: FabianK3 <21039694+FabianK3@users.noreply.github.com>
This commit is contained in:
co-authored by
DreamySkrell <>
AuroraBuildBot
FabianK3
parent
b03dfab8f6
commit
6cd7332292
@@ -28,6 +28,14 @@
|
||||
icon_state = "mapmanip_insert"
|
||||
pixel_x = -32
|
||||
pixel_y = -32
|
||||
/// Direction of submap insertion.
|
||||
/// Default is NORTHEAST, meaning the marker is the bottom-left corner,
|
||||
/// and the submap is inserted to the north-east starting from the marker.
|
||||
/// Directions such as NORTH means the marker is bottom-center,
|
||||
/// and the submap is inserted to the north starting from the marker.
|
||||
///
|
||||
/// Must be set in map (if anything other than NORTHEAST), as mapmanip does not read code.
|
||||
dir = NORTHEAST
|
||||
|
||||
/obj/effect/map_effect/marker_helper/mapmanip/submap/edge
|
||||
name = "mapmanip helper marker, edge of submap"
|
||||
|
||||
Reference in New Issue
Block a user