Sha256: 5ca2d436857a419fa65b1006a07b01fea0e780db5774b8f94ddec0ed362d0ffd
Contents?: true
Size: 421 Bytes
Versions: 4
Compression:
Stored size: 421 Bytes
Contents
LOTU_ROOT = File.expand_path(File.join(File.dirname(__FILE__), 'lotu')) $LOAD_PATH.unshift(LOTU_ROOT) require 'gosu' %w{fps vector2d}.each{|file| require "misc/#{file}"} %w{collidable controllable resourceful drawable controllable/input_controller eventful}.each{|file| require "behaviors/#{file}"} %w{collision steering}.each{|file| require "systems/#{file}"} %w{window actor cursor text_box}.each{|file| require file}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lotu-0.1.7 | lib/lotu.rb |
lotu-0.1.6 | lib/lotu.rb |
lotu-0.1.5 | lib/lotu.rb |
lotu-0.1.4 | lib/lotu.rb |