color = require("color") -- Special file to hold the window, no dependencies! win = am.window{ title: "GGJ 2026" width: 360 height: 800 clear_color: color.am_color.background depth_buffer: true } win.scene = am.group! win