Added holding Shift while starting the game to compile just the plugins

This commit is contained in:
Maruno17
2022-01-25 23:38:11 +00:00
parent 8f69c555da
commit 2372322c24

View File

@@ -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|