mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
DepressedTWM use spaces instead of tabs pls
This commit is contained in:
parent
5ed6f9135c
commit
76e2c26493
2 changed files with 33 additions and 33 deletions
|
|
@ -49,7 +49,7 @@ module RPG
|
|||
self.load_bitmap("Graphics/Panoramas/", filename, hue)
|
||||
end
|
||||
def self.picture(filename)
|
||||
if Graphics.width == 1280
|
||||
if (Graphics.width == 1280 && File.exist?("Graphics/Pictures/" + filename + "_16.png"))
|
||||
self.load_bitmap("Graphics/Pictures/", filename + "_16")
|
||||
else
|
||||
self.load_bitmap("Graphics/Pictures/", filename)
|
||||
|
|
|
|||
Loading…
Reference in a new issue