Re-center menu options
This commit is contained in:
parent
38e36acc97
commit
e90388c2a2
1 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@ Title = function() {
|
|||
if (!menu) {
|
||||
if (title.ticCount == 700 || Input.pressed("accept")) {
|
||||
menu = [
|
||||
Renderer.text("New Game", 200, 170),
|
||||
Renderer.text("Load Game", 200, 190),
|
||||
Renderer.text("Slot: " + Memory.slot, 215, 220),
|
||||
Renderer.text("New Game", 210, 170),
|
||||
Renderer.text("Load Game", 210, 190),
|
||||
Renderer.text("Slot: " + Memory.slot, 190, 220),
|
||||
];
|
||||
|
||||
menu.forEach(function(m) {
|
||||
|
|
Loading…
Add table
Reference in a new issue