summaryrefslogtreecommitdiff
path: root/src/window.moon
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.moon')
-rw-r--r--src/window.moon10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/window.moon b/src/window.moon
new file mode 100644
index 0000000..e3ec8ba
--- /dev/null
+++ b/src/window.moon
@@ -0,0 +1,10 @@
+
+-- Special file to hold the window, no dependencies!
+win = am.window{
+ title: "ggj25"
+ width: 1280
+ height: 720
+ clear_color: vec4(0.2, 0.2, 0.3, 1)
+}
+win.scene = am.group!
+win