DepressedTWM use spaces instead of tabs pls

This commit is contained in:
Issac332 2026-05-23 15:20:02 +03:00
parent 5ed6f9135c
commit 76e2c26493
2 changed files with 33 additions and 33 deletions

View file

@ -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)