mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
Rewrote party screen debug code, misc code changes
This commit is contained in:
@@ -60,6 +60,11 @@ def pbGetLanguage
|
||||
return 2 # Use 'English' by default
|
||||
end
|
||||
|
||||
def pbChooseLanguage
|
||||
commands = Settings::LANGUAGES.map { |val| val[0] }
|
||||
return pbShowCommands(nil, commands)
|
||||
end
|
||||
|
||||
# Converts a Celsius temperature to Fahrenheit.
|
||||
def toFahrenheit(celsius)
|
||||
return (celsius * 9.0 / 5.0).round + 32
|
||||
@@ -595,14 +600,6 @@ def pbLoadRpgxpScene(scene)
|
||||
Graphics.transition
|
||||
end
|
||||
|
||||
def pbChooseLanguage
|
||||
commands = []
|
||||
Settings::LANGUAGES.each do |lang|
|
||||
commands.push(lang[0])
|
||||
end
|
||||
return pbShowCommands(nil, commands)
|
||||
end
|
||||
|
||||
def pbScreenCapture
|
||||
t = Time.now
|
||||
filestart = t.strftime("[%Y-%m-%d] %H_%M_%S.%L")
|
||||
|
||||
Reference in New Issue
Block a user