parent
bf4d58b933
commit
53636def8e
|
|
@ -15,16 +15,9 @@ begin
|
||||||
$console = Graphics.fullscreen
|
$console = Graphics.fullscreen
|
||||||
Graphics.frame_rate = 60
|
Graphics.frame_rate = 60
|
||||||
Font.default_size = 20
|
Font.default_size = 20
|
||||||
|
#debug shit
|
||||||
Input.set_led(0, 255, 0)
|
Input.set_led(0, 255, 0)
|
||||||
|
|
||||||
#if defined?(RubyVM::YJIT)
|
|
||||||
# RubyVM::YJIT.enable
|
|
||||||
#elsif defined?(RubyVM::ZJIT)
|
|
||||||
# RubyVM::ZJIT.enable
|
|
||||||
#elsif defined?(RubyVM::RJIT)
|
|
||||||
# RubyVM::RJIT.enable
|
|
||||||
#end
|
|
||||||
|
|
||||||
# Load persistent data
|
# Load persistent data
|
||||||
Persistent.load
|
Persistent.load
|
||||||
|
|
||||||
|
|
@ -47,10 +40,6 @@ begin
|
||||||
Journal.set ''
|
Journal.set ''
|
||||||
end
|
end
|
||||||
|
|
||||||
if $debug
|
|
||||||
tp.disable
|
|
||||||
end
|
|
||||||
|
|
||||||
Oneshot.allow_exit true
|
Oneshot.allow_exit true
|
||||||
rescue Errno::ENOENT
|
rescue Errno::ENOENT
|
||||||
if $debug
|
if $debug
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue