lib/lotu.rb in lotu-0.1.10 vs lib/lotu.rb in lotu-0.1.11
- old
+ new
@@ -2,7 +2,7 @@
$LOAD_PATH.unshift(LOTU_ROOT)
require 'gosu'
%w{vector2d string}.each{|file| require "misc/#{file}"}
%w{system_user collidable controllable eventful}.each{|file| require "behaviors/#{file}"}
-%w{input_system stalker_system fps_system collision_system steering_system}.each{|file| require "systems/#{file}"}
-%w{game actor cursor text_box}.each{|file| require file}
+%w{game system actor cursor text_box}.each{|file| require file}
+%w{animation_system input_system stalker_system fps_system collision_system steering_system}.each{|file| require "systems/#{file}"}