boot.config 242 B

12345678910111213141516
  1. boot_script = "core/editors/thumbnail/thumbnail"
  2. boot_package = "core/editors/thumbnail/boot"
  3. linux = {
  4. renderer = {
  5. resolution = [ 128 128 ]
  6. vsync = false
  7. }
  8. }
  9. windows = {
  10. renderer = {
  11. resolution = [ 128 128 ]
  12. vsync = false
  13. }
  14. }