config.lua 101 B

12345678
  1. application = {
  2. content = {
  3. width = 320,
  4. height = 480,
  5. scale = "letterBox",
  6. fps = 60,
  7. },
  8. }