mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-08 21:00:54 +01:00
b066c95bfc
* 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>
27 lines
765 B
Plaintext
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"
|