Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPP Floor Symbol #6962

Merged
merged 3 commits into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions code/game/objects/effects/decals/floor_symbol.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
/obj/effect/decal/floor_symbol
icon = 'icons/turf/upp_floor.dmi'
icon_state = "upp_c"
name = "\improper UPP Logo"
layer = WEED_LAYER

/obj/effect/decal/floor_symbol/westface
icon_state = "upp_directional"

/obj/effect/decal/floor_symbol/westface/southwest
dir = SOUTHWEST

/obj/effect/decal/floor_symbol/westface/north
dir = NORTH

/obj/effect/decal/floor_symbol/westface/east
dir = EAST

/obj/effect/decal/floor_symbol/westface/west
dir = WEST

/obj/effect/decal/floor_symbol/westface/northeast
dir = NORTHEAST

/obj/effect/decal/floor_symbol/westface/southeast
dir = SOUTHEAST

/obj/effect/decal/floor_symbol/westface/northwest
dir = NORTHWEST

/obj/effect/decal/floor_symbol/northface/
icon_state = "upp_directional1"

/obj/effect/decal/floor_symbol/northface/southwest
dir = SOUTHWEST

/obj/effect/decal/floor_symbol/northface/north
dir = NORTH

/obj/effect/decal/floor_symbol/northface/east
dir = EAST

/obj/effect/decal/floor_symbol/northface/west
dir = WEST

/obj/effect/decal/floor_symbol/northface/northeast
dir = NORTHEAST

/obj/effect/decal/floor_symbol/northface/southeast
dir = SOUTHEAST

/obj/effect/decal/floor_symbol/northface/northwest
dir = NORTHWEST
1 change: 1 addition & 0 deletions colonialmarines.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@
#include "code\game\objects\effects\step_triggers.dm"
#include "code\game\objects\effects\temporary_visuals.dm"
#include "code\game\objects\effects\decals\crayon.dm"
#include "code\game\objects\effects\decals\floor_symbol.dm"
#include "code\game\objects\effects\decals\hefa_cult_decals.dm"
#include "code\game\objects\effects\decals\kutjevo_decals.dm"
#include "code\game\objects\effects\decals\medical_decals.dm"
Expand Down
Binary file added icons/turf/upp_floor.dmi
Binary file not shown.
Loading