AppConfig constructor
Creates an instance of AppConfig with optional parameters.
Implementation
AppConfig({
this.canvasElement = "#gameCanvas",
this.gfxBatchCapacityInBytes = 65536,
this.autoSuspend = true,
this.autoRequestAccelerometerPermission = false,
this.title = "Bullseye2D",
this.width = 800,
this.height = 600,
this.resizable = true,
this.fullscreen = false,
});