X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=confclient%2Fcommands;h=cd945de71109e33f48b35544da1cdee443ee9bd7;hb=e03020342a74aef143b1ec38c18966dac64181b5;hp=50c20698d0f6333c8bc665c3f2006d62aac72da9;hpb=0255432b4e8d3a7b3aec71c4e43e7fb063c45833;p=plomrogue diff --git a/confclient/commands b/confclient/commands index 50c2069..cd945de 100644 --- a/confclient/commands +++ b/confclient/commands @@ -3,25 +3,45 @@ wait / next turn wait 0 % -player_u -player up +move_8 +move north move -N +8 % -player_d -player down +move_9 +move north-east move -S +9 % -player_l -player left +move_6 +move east move -W +6 % -player_r -player right +move_3 +move south-east move -E +3 +% +move_2 +move south +move +2 +% +move_1 +move south-west +move +1 +% +move_4 +move west +move +4 +% +move_7 +move north-west +move +7 % pick pick up object from ground