]> git.cworth.org Git - kub/commitdiff
Added tiledimensions.txt to document tile size constants
authorKevin Worth <kworth@mac-mini.(none)>
Tue, 20 Feb 2007 18:44:42 +0000 (13:44 -0500)
committerKevin Worth <kworth@mac-mini.(none)>
Tue, 20 Feb 2007 18:44:42 +0000 (13:44 -0500)
tiledimensions.txt [new file with mode: 0644]

diff --git a/tiledimensions.txt b/tiledimensions.txt
new file mode 100644 (file)
index 0000000..066e5b6
--- /dev/null
@@ -0,0 +1,18 @@
+  TILE_NUMBER_X_OFFSET = 3
+//
+|| TILE_NUMBER_WIDTH = 34
+||/   /
+||   |
+||   |
++-----+ - TILE_NUMBER_Y_OFFSET = 3
+|+---+| -
+||   ||   TILE_NUMBER_HEIGHT = 24
+|+---+| -
+|  _  | _
+| / \ |
+||   ||   TILE_SUN_HEIGHT = 20
+| \_/ | _
++-----+
+||   | TILE_SUN_WIDTH = 20
+||
+|| TILE_SUN_X_OFFSET = 10
\ No newline at end of file