Skip to content

Commit

Permalink
Add level#10; set fullscreen mode for desktop.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBond committed Apr 22, 2018
1 parent 0e1d7d6 commit 792c90a
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 1 deletion.
24 changes: 24 additions & 0 deletions android/assets/commons.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,30 @@
}
}
},
"source-box-2": {
"inherit": ["box"],
"components": {
"sprite": {
"sprite": "sprites/source",
"scale": 0.55
},
"qem": {
"period": 2,
"quant": {
"components": {
"q": {
"velocity": [400, 0],

"frequency": 0.2,

"initialLength": 10,
"targetLength": 500
}
}
}
}
}
},
"turn-box": {
"inherit": ["box"],
"components": {
Expand Down
Loading

0 comments on commit 792c90a

Please sign in to comment.