This commit is contained in:
Gnarwhal 2024-08-07 05:08:06 +00:00
commit a6bdaace98
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
5 changed files with 95 additions and 0 deletions

4
config/bindings.ron Normal file
View file

@ -0,0 +1,4 @@
(
axes: {},
actions: {}
)

4
config/display.ron Normal file
View file

@ -0,0 +1,4 @@
(
title: "DJam 4!",
dimensions: Some((500, 500))
)