summaryrefslogtreecommitdiff
path: root/src/window.moon
blob: 367cd1cd3f3d7a4c2d86a37a22888d565bf1f189 (plain)
1
2
3
4
5
6
7
8
9
10
11
color = require("color")
-- Special file to hold the window, no dependencies!
win = am.window{
	title: "ggj25"
	width: 1280
	height: 720
	clear_color: color.am_color.background
	--depth_buffer: true
}
win.scene = am.group!
win