interactive objects parametrization
This commit is contained in:
@@ -96,7 +96,7 @@ class MazeQuizGame {
|
||||
)
|
||||
let dd;
|
||||
if (d == 'f'){
|
||||
dd = Math.round() > 0.5 ? 'l' : 'r';
|
||||
dd = Math.random() > 0.5 ? 'l' : 'r';
|
||||
}else {
|
||||
dd = d == 'l' ? 'r' : 'l'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user