[mugenizer] set ScaledBorderAndShadow to yes

This commit is contained in:
odrling 2021-03-01 01:11:53 +01:00
parent e2e5bd63bc
commit 71eca4db49
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ function mugenizer(subs)
if line.key == "PlayResX" or line.key == "PlayResY" then
line.value = "0"
end
if line.key == "ScaledBorderAndShadow" then
line.value = "yes"
end
end
if line.class == "style" then