Updated to mkxp-z v2.4.0

This commit is contained in:
Maruno17
2023-04-12 21:26:24 +01:00
parent a714086a39
commit af5256ae0f
6 changed files with 59 additions and 10 deletions

View File

@@ -446,5 +446,5 @@ end
module Essentials
VERSION = "20.1.dev"
ERROR_TEXT = ""
MKXPZ_VERSION = "2.3.1"
MKXPZ_VERSION = "2.4"
end

View File

@@ -1,5 +1,6 @@
# Using mkxp-z v2.3.1 - https://gitlab.com/mkxp-z/mkxp-z/-/releases/v2.3.1
# Using mkxp-z v2.4.0 - https://gitlab.com/mkxp-z/mkxp-z/-/releases/v2.4.0
$VERBOSE = nil
begin; require 'zlib'; rescue; nil; end
Font.default_shadow = false if Font.respond_to?(:default_shadow)
Graphics.frame_rate = 40
Encoding.default_internal = Encoding::UTF_8