Updated mkxp-z to 2.2.0, added support for animated gifs

This commit is contained in:
Maruno17
2021-05-09 20:51:36 +01:00
parent e03e258f6a
commit ab3bb12d53
5 changed files with 41 additions and 171 deletions

View File

@@ -1,4 +1,4 @@
# Using mkxp-z v2.1.2 - https://gitlab.com/mkxp-z/mkxp-z/-/releases/v2.1.2
# Using mkxp-z v2.2.0 - https://gitlab.com/mkxp-z/mkxp-z/-/releases/v2.2.0
$VERBOSE = nil
Font.default_shadow = false if Font.respond_to?(:default_shadow)
Graphics.frame_rate = 40

View File

@@ -280,10 +280,10 @@ end
# Note: pbGetFileChar checks anything added in MKXP's RTP setting,
# and matching mount points added through System.mount
def pbRgssExists?(filename)
filename = canonicalize(filename)
if safeExists?("./Game.rgssad")
return pbGetFileChar(filename)!=nil
else
filename = canonicalize(filename)
return safeExists?(filename)
end
end