#size/scale of pause screen buttons...

1 messages · Page 1 of 1 (latest)

fossil kite
#

size/scale of pause screen buttons...

junior oasis
#

You highlighted the feedback button, not the quit button

fossil kite
junior oasis
#

Do you see the quit_button control above the feedback_button? Add "size":[48,48] and put it under quit_button

#

So you would have to just paste this, you don't have to (and I don't think you should either) paste the entire code of the vanilla file, just this:

{
  "quit_button":{
    "size":[48,48]
  }
}```