Skip to content

Commit

Permalink
Add more levels.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBond committed Apr 22, 2018
1 parent 07f371b commit 0e1d7d6
Show file tree
Hide file tree
Showing 8 changed files with 707 additions and 3 deletions.
81 changes: 81 additions & 0 deletions _raw-assets/sprites/border-hard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion android/assets/commons.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@
"points": [10, 10, -10, -10]
},
"qe": {
"type": "qtgt"
"type": "qtgt",
"timeout": 3
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/assets/level0.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
{
"inherit": ["nextPointer"],
"properties": {
"nextLevel": ["level1.json"]
"nextLevel": ["level01.json"]
}
}
]
Expand Down
90 changes: 90 additions & 0 deletions android/assets/level01.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"include": ["commons.json"],
"entities": [
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-200", "0"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-200", "100"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-300", "0"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-300", "100"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["100", "100"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-300", "0"]
}
},
{
"inherit": ["border-hard"],
"properties": {
"position": ["0", "100"],
"rotation": ["90"]
}
},
{
"inherit": ["border-hard"],
"properties": {
"position": ["200", "100"],
"rotation": ["90"]
}
},

{
"inherit": ["source-box-1"],
"properties": {
"position": ["-300", "0"]
}
},

// {
// "inherit": ["turn-box"],
// "properties": {
// "position": ["0", "100"]
// }
// },

{
"inherit": ["black-box"],
"properties": {
"position": ["-200", "100"]
}
},

{
"inherit": ["target-box"],
"properties": {
"position": ["100", "100"]
}
},

{
"inherit": ["nextPointer"],
"properties": {
"nextLevel": ["level02.json"]
}
}
]
}
119 changes: 119 additions & 0 deletions android/assets/level02.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"include": ["commons.json"],
"entities": [
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-200", "0"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-200", "100"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-300", "0"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-300", "100"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["100", "100"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["100", "-100"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-300", "0"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-300", "-100"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-200", "-100"]
}
},
{
"inherit": ["mountpoint"],
"properties": {
"position": ["-100", "-100"]
}
},
{
"inherit": ["border"],
"properties": {
"position": ["100", "0"]
}
},
{
"inherit": ["border-hard"],
"properties": {
"position": ["0", "100"],
"rotation": ["90"]
}
},
{
"inherit": ["border-hard"],
"properties": {
"position": ["200", "100"],
"rotation": ["90"]
}
},

{
"inherit": ["source-box-1"],
"properties": {
"position": ["-300", "0"]
}
},

{
"inherit": ["turn-box"],
"properties": {
"position": ["-200", "0"]
}
},

{
"inherit": ["target-box"],
"properties": {
"position": ["100", "100"]
}
},
{
"inherit": ["target-box"],
"properties": {
"position": ["-200", "100"]
}
},

{
"inherit": ["nextPointer"],
"properties": {
"nextLevel": ["level03.json"]
}
}
]
}
Loading

0 comments on commit 0e1d7d6

Please sign in to comment.