mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Finalised input names, added some more save file conversion code
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
#===============================================================================
|
||||
# class Object
|
||||
#===============================================================================
|
||||
class Object
|
||||
alias full_inspect inspect
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# class Class
|
||||
#===============================================================================
|
||||
|
||||
@@ -47,7 +47,6 @@ def pbPrintException(e)
|
||||
errorlogline.sub!(pbGetUserName, "USERNAME")
|
||||
errorlogline = "\r\n" + errorlogline if errorlogline.length > 20
|
||||
errorlogline.gsub!("/", "\\") if System.platform[/Windows/]
|
||||
|
||||
print("#{message}\r\nThis exception was logged in #{errorlogline}.\r\nHold Ctrl after closing this message to copy it to the clipboard.")
|
||||
# Give a ~500ms coyote time to start holding Control
|
||||
t = System.delta
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
module Input
|
||||
USE = C
|
||||
BACK = B
|
||||
SPECIAL = A
|
||||
USE = C
|
||||
BACK = B
|
||||
ACTION = A
|
||||
AUX1 = X
|
||||
AUX2 = Y
|
||||
SPECIAL = Z
|
||||
JUMPUP = L
|
||||
JUMPDOWN = R
|
||||
|
||||
unless defined?(update_KGC_ScreenCapture)
|
||||
class << Input
|
||||
|
||||
Reference in New Issue
Block a user