diff options
Diffstat (limited to 'swap.ron')
| -rw-r--r-- | swap.ron | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/swap.ron b/swap.ron new file mode 100644 index 0000000..b1c9073 --- /dev/null +++ b/swap.ron @@ -0,0 +1,11 @@ +( + rooms: [ + ( + x: 5, + y: 9, + w: 4, + h: 2, + ), + ], + walls: [], +)
\ No newline at end of file |
