Updated to mkxp-z v2.3.0

This commit is contained in:
Maruno17
2022-01-24 23:12:06 +00:00
parent c1de9a04d4
commit 98f311c394
5 changed files with 15 additions and 10 deletions

View File

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

View File

@@ -581,6 +581,6 @@ def pbScreenCapture
t = pbGetTimeNow
filestart = t.strftime("[%Y-%m-%d] %H_%M_%S.%L")
capturefile = RTP.getSaveFileName(sprintf("%s.png", filestart))
Graphics.snap_to_bitmap.to_file(capturefile)
Graphics.screenshot(capturefile)
pbSEPlay("Pkmn exp full") if FileTest.audio_exist?("Audio/SE/Pkmn exp full")
end