diff --git a/Sokoban/Data/config.cfg.vili b/Sokoban/Data/config.cfg.vili index 2ccd6b7..12360cf 100644 --- a/Sokoban/Data/config.cfg.vili +++ b/Sokoban/Data/config.cfg.vili @@ -2,9 +2,9 @@ Define Flag (Settings); KeyBinding: game: - UP:"Hold:Z" - LEFT:"Hold:Q" - RIGHT:"Hold:D" - DOWN:"Hold:S" + UP:["Hold:Z","Hold:W","Hold:Up"] + LEFT:["Hold:Q","Hold:A","Hold:Left"] + RIGHT:["Hold:D","Hold:Right"] + DOWN:["Hold:S","Hold:Down"] Reset:"Pressed:R" Next:"Pressed:Return" \ No newline at end of file diff --git a/Sokoban/readme b/Sokoban/readme index b186f64..7007055 100644 --- a/Sokoban/readme +++ b/Sokoban/readme @@ -2,4 +2,10 @@ Author : PierrickLP Date : 05/10/2018 Ă–bengine version : 0.9.9 -A quick and dirty Sokoban made to test the engine. \ No newline at end of file +A quick and dirty Sokoban made to test the engine. + +Use WASD, ZQSD or the arrows to move. +R to Reset the level. +Enter to change level. + +The goal is to set the boxes on the circles. \ No newline at end of file