-
- Downloads
mouse-right-click will now make the player either:
- run to the clicked spot if a path can be found - run in the direct if no path is found - move one turn in the direction if hostiles are present or if the clicked spot is adjacent summary: can be played with the mouse git-svn-id: http://svn.net-core.org/repos/t-engine4@593 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
- game/engine/Astar.lua 6 additions, 6 deletionsgame/engine/Astar.lua
- game/engine/DirectPath.lua 52 additions, 0 deletionsgame/engine/DirectPath.lua
- game/engine/Map.lua 12 additions, 0 deletionsgame/engine/Map.lua
- game/engine/interface/PlayerRun.lua 69 additions, 41 deletionsgame/engine/interface/PlayerRun.lua
- game/modules/tome/class/Actor.lua 1 addition, 0 deletionsgame/modules/tome/class/Actor.lua
- game/modules/tome/class/Game.lua 7 additions, 8 deletionsgame/modules/tome/class/Game.lua
- game/modules/tome/class/Grid.lua 2 additions, 2 deletionsgame/modules/tome/class/Grid.lua
- game/modules/tome/class/Player.lua 38 additions, 2 deletionsgame/modules/tome/class/Player.lua
Loading
Please register or sign in to comment