# HG changeset patch # User Neil Muller # Date 1315950759 -7200 # Node ID 4c60f732ffc92af73dc0d4e45fd83567582d3618 # Parent 77f1dae64019116abf5e7cb019c7af2bb8b01a0d Start documenting level format diff -r 77f1dae64019 -r 4c60f732ffc9 data/Level_Format.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data/Level_Format.txt Tue Sep 13 23:52:39 2011 +0200 @@ -0,0 +1,11 @@ +Level's are specified as simple text files, with numerous assumtpions + +The file layout is + +Level name +Tileset name +Map data as a grid of ascii characters + + + +