mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-27 09:58:44 +01:00
alignment
This commit is contained in:
parent
f5f24b4437
commit
99900da161
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ var options = {
|
||||||
};
|
};
|
||||||
var state = {
|
var state = {
|
||||||
moving : cell.BALL,
|
moving : cell.BALL,
|
||||||
distance_travelled : 0,
|
distance_travelled : 0,
|
||||||
level : 0,
|
level : 0,
|
||||||
board : ""
|
board : ""
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue