add sborka
This commit is contained in:
12
garrysmod/addons/tfa_base/lua/tfa/enums/sights.lua
Normal file
12
garrysmod/addons/tfa_base/lua/tfa/enums/sights.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
TFA.Enum.SIGHTSPOS_ATTACH = 0
|
||||
TFA.Enum.SIGHTSPOS_BONE = 1
|
||||
|
||||
TFA.Enum.RETICLE_FLAT = bit.lshift(1, 1)
|
||||
TFA.Enum.RETICLE_MODEL = bit.lshift(1, 2)
|
||||
TFA.Enum.RETICLE_QUAD = bit.lshift(1, 3)
|
||||
|
||||
TFA.Enum.RETICLE_DRAW_ORDER = {
|
||||
TFA.Enum.RETICLE_MODEL,
|
||||
TFA.Enum.RETICLE_QUAD,
|
||||
TFA.Enum.RETICLE_FLAT,
|
||||
}
|
||||
Reference in New Issue
Block a user