From 15dbbfc2530d2b35d09f0a9488155958790856f1 Mon Sep 17 00:00:00 2001 From: Flextape05 <162949034+Flextape05@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:53:45 +0100 Subject: [PATCH] [Skylanders Trap Team] Fix shadows (#684) Thanks to Flextape05 for the fix! --- src/SkylandersTrapTeam/Graphics/rules.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SkylandersTrapTeam/Graphics/rules.txt b/src/SkylandersTrapTeam/Graphics/rules.txt index 1bc0baa5..4502a43c 100644 --- a/src/SkylandersTrapTeam/Graphics/rules.txt +++ b/src/SkylandersTrapTeam/Graphics/rules.txt @@ -326,6 +326,6 @@ overwriteHeight = ($height/$gameHeight) * 240 [TextureRedefine] width = 512 height = 2048 -formats = 0x5 +formats = 0x011 overwriteWidth = $shadowRes * 512 overwriteHeight = $shadowRes * 2048