mirror of
https://github.com/flynx/Slang.git
synced 2025-10-29 18:50:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
16c77971a0
commit
b541b6e882
@ -194,9 +194,9 @@ var Snake = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function test(){
|
function test(game){
|
||||||
return Snake
|
return Snake
|
||||||
.setup('.snake')
|
.setup(game || '.snake')
|
||||||
|
|
||||||
// XXX BUG: this will break as soon as it reaches the corner...
|
// XXX BUG: this will break as soon as it reaches the corner...
|
||||||
.snake('blue', 0, 0, 's', 5)
|
.snake('blue', 0, 0, 's', 5)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user