mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-20 16:25:07 +00:00
Shortened the default inspect message for everything, corrected the extension of GameData::Encounter
This commit is contained in:
17
mkxp.json
17
mkxp.json
@@ -20,6 +20,7 @@
|
||||
//
|
||||
// "rgssVersion": 1,
|
||||
|
||||
|
||||
// Create a debug context and log
|
||||
// OpenGL debug information to the console
|
||||
// (default: disabled)
|
||||
@@ -180,11 +181,11 @@
|
||||
"bindingNames": {"c": "Use",
|
||||
"b": "Back",
|
||||
"a": "Action",
|
||||
"x": "JumpUp",
|
||||
"y": "JumpDown",
|
||||
"z": "Special",
|
||||
"l": "(unused)",
|
||||
"r": "(unused)"},
|
||||
"x": "JumpUp",
|
||||
"y": "JumpDown",
|
||||
"z": "Special",
|
||||
"l": "(unused)",
|
||||
"r": "(unused)"},
|
||||
|
||||
|
||||
// Allow symlinks for game assets to be followed
|
||||
@@ -304,20 +305,20 @@
|
||||
// (default: false)
|
||||
//
|
||||
// "JITEnable": false,
|
||||
|
||||
|
||||
// Determines what level of verbosity to use when
|
||||
// logging JIT events. Starts at 0, which is next
|
||||
// to nothing. Set it higher to see more.
|
||||
// (default: 0)
|
||||
//
|
||||
// "JITVerboseLevel": 0,
|
||||
|
||||
|
||||
// Determines how many compiled methods that Ruby
|
||||
// will keep in its cache.
|
||||
// (default: 100)
|
||||
//
|
||||
// "JITMaxCache": 100,
|
||||
|
||||
|
||||
// Determines how many times a function has to be
|
||||
// called before it is compiled.
|
||||
// (default: 10000)
|
||||
|
||||
Reference in New Issue
Block a user