Files
Paradise/code/game/objects/effects/map_effects/mapmanip.dm
T
warriorstar-orion b066c95bfc port: Aurora mapmanip library for map templates, and documentation. (#26803)
* refactor: wrap MILLA in general Rust library

* port: Aurora mapmanip library and documentation.

* update CI libs and TGS build rule

* pass filename properly, raise map helper layer

* Update rust/src/mapmanip/core/mod.rs

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

* add a bit more documentation

* make doc more para-centric

* these don't need to be images at all

---------

Signed-off-by: warriorstar-orion <orion@snowfrost.garden>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
2024-10-22 12:09:13 +00:00

27 lines
765 B
Plaintext

/obj/effect/map_effect/marker/mapmanip
name = "mapmanip marker"
layer = POINT_LAYER
/obj/effect/map_effect/marker/mapmanip/Initialize(mapload)
. = ..()
qdel(src)
/obj/effect/map_effect/marker/mapmanip/submap/extract
name = "mapmanip marker, extract submap"
icon = 'icons/effects/map_effects_96x96.dmi'
icon_state = "mapmanip_extract"
pixel_x = -32
pixel_y = -32
/obj/effect/map_effect/marker/mapmanip/submap/insert
name = "mapmanip marker, insert submap"
icon = 'icons/effects/map_effects_96x96.dmi'
icon_state = "mapmanip_insert"
pixel_x = -32
pixel_y = -32
/obj/effect/map_effect/marker_helper/mapmanip/submap/edge
name = "mapmanip helper marker, edge of submap"
icon = 'icons/effects/mapping_helpers.dmi'
icon_state = "mapmanip_submap_edge"