The level number is now displayed on the next level screen.
This commit is contained in:
parent
b5c2fc3b5f
commit
bc0912e577
11 changed files with 84 additions and 46 deletions
|
|
@ -24,8 +24,10 @@
|
|||
},
|
||||
"NEXT_LEVEL": {
|
||||
"layout": [
|
||||
"[_|_|_|_|_|_]",
|
||||
"[_|_|_|*%(200,100)buttons|_|_]"
|
||||
"[_]",
|
||||
"[_|_|_|*%(200,100)text|_|_]",
|
||||
"[_|_|_|*%(200,200)buttons|_|_]",
|
||||
"[_]"
|
||||
],
|
||||
"background": "next_level_scene",
|
||||
"actors": [
|
||||
|
|
@ -47,22 +49,11 @@
|
|||
},
|
||||
"STARTING": {
|
||||
"layout": [
|
||||
"[_|*%(200, 200)ag_bot|_|=*%(200,100)speech|_|_]",
|
||||
"[_|_|_ |*%(200,100)buttons|_|_]"
|
||||
"[_|_|_|_|_|_]",
|
||||
"[_|_|_|*%(200,100)buttons|_|_]"
|
||||
],
|
||||
"background": "starting_scene",
|
||||
"actors": [
|
||||
{
|
||||
"name": "ag_bot",
|
||||
"sprite": "ag_bot",
|
||||
"cell": "ag_bot",
|
||||
"scale_x": 0.65,
|
||||
"scale_y": 0.65,
|
||||
"x": -40,
|
||||
"y": 70,
|
||||
"at_mid": false,
|
||||
"flipped": false
|
||||
}
|
||||
],
|
||||
"fixtures": [
|
||||
],
|
||||
|
|
@ -70,7 +61,6 @@
|
|||
"layout": [
|
||||
"[_]",
|
||||
"[_|=*%(300, 100)Start|_|_|_]",
|
||||
"[_|=*%(300, 100)About|_|_|_]",
|
||||
"[_|=*%(300, 100)Quit|_|_|_]",
|
||||
"[_]"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue