mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-28 12:56:31 +01:00
16 lines
697 B
Plaintext
16 lines
697 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2024 Citadel Station Developers *//
|
|
|
|
//* rendering system *//
|
|
//* this is currently only used on ammo magazines, as guns use composition of datums *//
|
|
//* to determine their renderers instead. *//
|
|
|
|
/// no automatic rendering
|
|
#define GUN_RENDERING_DISABLED "disabled"
|
|
/// overlay rendering
|
|
#define GUN_RENDERING_OVERLAYS "overlays"
|
|
/// state rendering
|
|
#define GUN_RENDERING_STATES "states"
|
|
/// for some guns, we render segmented overlays with offsets
|
|
#define GUN_RENDERING_SEGMENTS "segments"
|