mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-16 00:02:33 +00:00
Roughed in some basic pathfinding, adapted from CitySim's
This commit is contained in:
8
lib/pathfinder.rb
Normal file
8
lib/pathfinder.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class IMICRTS
|
||||
class Pathfinder
|
||||
end
|
||||
end
|
||||
|
||||
Dir.glob("#{IMICRTS::GAME_ROOT_PATH}/lib/pathfinding/*.rb").each do |pathing_method|
|
||||
require_relative pathing_method
|
||||
end
|
||||
Reference in New Issue
Block a user