The level number is now displayed on the next level screen.

This commit is contained in:
Zed A. Shaw 2026-04-04 15:32:42 -04:00
parent b5c2fc3b5f
commit bc0912e577
11 changed files with 84 additions and 46 deletions

View file

@ -83,8 +83,13 @@
"frame_width": 1920,
"frame_height": 1080
},
"test_story":
{"path": "assets/stories/test_storyboard.png",
"intro_story":
{"path": "assets/stories/intro_story.png",
"frame_width": 1280,
"frame_height": 720
},
"win_story":
{"path": "assets/stories/win_story.png",
"frame_width": 1280,
"frame_height": 720
}
@ -119,6 +124,6 @@
},
"game_play": {
"levels_to_win": 4,
"help_text": "WASD moves\nQE rotates\nSpace attacks\nESC close\nRight-Click to heal\nClick on Ladders\nDev Tools:\nP: Debug\nZ: Mind Reader\nN: Next Level\nK: Die\nH/F1: Help\nF5: Screenshot\nReach Level 5 to Win\nAttack to Get Gud\nGet Hit to Get Tuff"
"help_text": "WASD moves\nQE rotates\nSpace attacks\nESC close\nRight-Click to heal\nClick on Ladders\nDev Tools:\nP: Debug\nZ: Mind Reader\nN: Next Level\nK: Die\nH/F1: Help\nF5: Screenshot\nExit Level 5 to Win\nAttack to Get Gud\nGet Hit to Get Tuff"
}
}