Window
This commit is contained in:
commit
a6bdaace98
5 changed files with 95 additions and 0 deletions
4
config/bindings.ron
Normal file
4
config/bindings.ron
Normal file
|
@ -0,0 +1,4 @@
|
|||
(
|
||||
axes: {},
|
||||
actions: {}
|
||||
)
|
4
config/display.ron
Normal file
4
config/display.ron
Normal file
|
@ -0,0 +1,4 @@
|
|||
(
|
||||
title: "DJam 4!",
|
||||
dimensions: Some((500, 500))
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue