diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-25 10:43:46 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-25 10:43:46 -0400 |
| commit | e5053056ad7a223466c8e56df7b63279458d2867 (patch) | |
| tree | 33a5231c1d64b114136596aa75f16e8058b1927c /maps/sandbox.fnl | |
| parent | c60fe418289e4eb3f058fd43bcfdd2ad17c5eac2 (diff) | |
Majority of gameplay is implemented at this point
Diffstat (limited to 'maps/sandbox.fnl')
| -rw-r--r-- | maps/sandbox.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maps/sandbox.fnl b/maps/sandbox.fnl index a0a2221..156c79a 100644 --- a/maps/sandbox.fnl +++ b/maps/sandbox.fnl @@ -1 +1,3 @@ -{:name "The Sandbox"} +{:name "The Sandbox" + :player-spawn-x 32 + :player-spawn-y 32} |