Sha256: 833ac05833dd754feab71813236385d47a44f109cc1cca2696606d2a828c0df1
Contents?: true
Size: 464 Bytes
Versions: 1
Compression:
Stored size: 464 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 drawable controllable/input_controller eventful}.each{|file| require "behaviors/#{file}"} %w{stalker_system fps_system collision_system steering_system}.each{|file| require "systems/#{file}"} %w{window actor cursor text_box}.each{|file| require file}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lotu-0.1.9 | lib/lotu.rb |