Added shuttling system, can travel between points

Only the Mos Eisley transport ship exists. Will more than likely change
how shuttles/transports are added to the game world.
This commit is contained in:
Waverunner
2013-11-05 19:59:15 -05:00
parent 67e4333171
commit a5eb18ab2b
17 changed files with 366 additions and 62 deletions
+3 -3
View File
@@ -250,12 +250,12 @@ public class NGECore {
simulationService = new SimulationService(this);
zoneDispatch.addService(simulationService);
// Static Spawns
staticService.spawnStatics();
// Travel Points
travelService.loadTravelPoints();
// Static Spawns
staticService.spawnStatics();
guildService = new GuildService(this);
zoneDispatch.addService(guildService);