mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Added holding Shift while starting the game to compile just the plugins
This commit is contained in:
@@ -636,7 +636,7 @@ module PluginManager
|
|||||||
return false if !$DEBUG || safeExists?("Game.rgssad")
|
return false if !$DEBUG || safeExists?("Game.rgssad")
|
||||||
return true if !safeExists?("Data/PluginScripts.rxdata")
|
return true if !safeExists?("Data/PluginScripts.rxdata")
|
||||||
Input.update
|
Input.update
|
||||||
return true if Input.press?(Input::CTRL)
|
return true if Input.press?(Input::SHIFT) || Input.press?(Input::CTRL)
|
||||||
# analyze whether or not to push recompile
|
# analyze whether or not to push recompile
|
||||||
mtime = File.mtime("Data/PluginScripts.rxdata")
|
mtime = File.mtime("Data/PluginScripts.rxdata")
|
||||||
order.each do |o|
|
order.each do |o|
|
||||||
|
|||||||
Reference in New Issue
Block a user