mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 14:56:17 +00:00
a
This commit is contained in:
parent
5489ed932f
commit
fd709e073d
2 changed files with 3222 additions and 2407 deletions
|
|
@ -49,7 +49,11 @@ module RPG
|
||||||
self.load_bitmap("Graphics/Panoramas/", filename, hue)
|
self.load_bitmap("Graphics/Panoramas/", filename, hue)
|
||||||
end
|
end
|
||||||
def self.picture(filename)
|
def self.picture(filename)
|
||||||
self.load_bitmap("Graphics/Pictures/", filename)
|
if Graphics.width == 1280
|
||||||
|
self.load_bitmap("Graphics/Pictures/", filename + "_16")
|
||||||
|
else
|
||||||
|
self.load_bitmap("Graphics/Pictures/", filename)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
def self.tileset(filename)
|
def self.tileset(filename)
|
||||||
self.load_bitmap("Graphics/Tilesets/", filename)
|
self.load_bitmap("Graphics/Tilesets/", filename)
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue