diff --git a/wadsrc/static/filter/shadowwarrior/engine/widescreen.def b/wadsrc/static/filter/shadowwarrior/engine/widescreen.def index ae3104237..e3d8920a4 100644 --- a/wadsrc/static/filter/shadowwarrior/engine/widescreen.def +++ b/wadsrc/static/filter/shadowwarrior/engine/widescreen.def @@ -42,4 +42,7 @@ tilefromtexture 2227 { file "tiles/2227.png" xoffset -75 yoffset 32 ifcrc -11307 // HUD Sword (Bloody) tilefromtexture 4090 { file "tiles/4090.png" xoffset 36 yoffset 107 ifcrc 1870938187 } tilefromtexture 4091 { file "tiles/4091.png" xoffset -66 yoffset 117 ifcrc 1700580893 } -tilefromtexture 4092 { file "tiles/4092.png" xoffset 69 yoffset 126 ifcrc 1756935404 } \ No newline at end of file +tilefromtexture 4092 { file "tiles/4092.png" xoffset 69 yoffset 126 ifcrc 1756935404 } + +// Summary screen background (Phredreeke) +tilefromtexture 5120 { file "tiles/5120.png" ifcrc 285532568 } diff --git a/wadsrc/static/filter/shadowwarrior/tiles/5120.png b/wadsrc/static/filter/shadowwarrior/tiles/5120.png new file mode 100644 index 000000000..f5a30a9c6 Binary files /dev/null and b/wadsrc/static/filter/shadowwarrior/tiles/5120.png differ