Skip to content

Commit a523257

Browse files
Exotic0015pingu7867
authored andcommitted
Add screenspace_general(_8tex) texture parameters to texture keys
1 parent 12e866e commit a523257

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lua/pac3/core/shared/util.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,15 @@ end
137137

138138
texture_keys["include"] = "include"
139139

140+
-- screenspace_general(_8tex) textures
141+
texture_keys["texture1"] = "texture1"
142+
texture_keys["texture2"] = "texture2"
143+
texture_keys["texture3"] = "texture3"
144+
texture_keys["texture4"] = "texture4"
145+
texture_keys["texture5"] = "texture5"
146+
texture_keys["texture6"] = "texture6"
147+
texture_keys["texture7"] = "texture7"
148+
140149
-- for pac_restart
141150
PAC_MDL_SALT = PAC_MDL_SALT or 0
142151

0 commit comments

Comments
 (0)