Sha256: 407cd5ab25335b7cfb32b0038a9b2b0bcddea9c894ad9841aec7a43dd5a9850a

Contents?: true

Size: 482 Bytes

Versions: 2

Compression:

Stored size: 482 Bytes

Contents

LOTU_ROOT = File.expand_path(File.join(File.dirname(__FILE__), 'lotu'))
$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{game system actor cursor text_box}.each{|file| require file}
%w{transformation_system animation_system input_system stalker_system fps_system collision_system steering_system}.each{|file| require "systems/#{file}"}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lotu-0.1.13 lib/lotu.rb
lotu-0.1.12 lib/lotu.rb