package main import ( "zworld/engine" ) func main() { engine.Run(engine.Args{ Width: 1600, Height: 1200, Title: "zworld", }) }