Added horizontal pole, pole crossing, earth floor, 1-tile wooden platform
authorChristoph Sommer <mail@christoph-sommer.de>
Thu, 1 Jun 2006 19:06:00 +0000 (19:06 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Thu, 1 Jun 2006 19:06:00 +0000 (19:06 +0000)
SVN-Revision: 3618

data/images/objects/platforms/wood-tiny.png [new file with mode: 0644]
data/images/objects/platforms/wood-tiny.sprite [new file with mode: 0644]
data/images/tiles.strf
data/images/tiles/forest/earth-floor.png [new file with mode: 0644]
data/images/tiles/pole/cross.png [new file with mode: 0644]
data/images/tiles/pole/horz.png [new file with mode: 0644]

diff --git a/data/images/objects/platforms/wood-tiny.png b/data/images/objects/platforms/wood-tiny.png
new file mode 100644 (file)
index 0000000..d4ce6db
Binary files /dev/null and b/data/images/objects/platforms/wood-tiny.png differ
diff --git a/data/images/objects/platforms/wood-tiny.sprite b/data/images/objects/platforms/wood-tiny.sprite
new file mode 100644 (file)
index 0000000..34d718c
--- /dev/null
@@ -0,0 +1,6 @@
+(supertux-sprite
+  (action
+    (name "default")
+    (images "wood-tiny.png")
+  )
+)
index 138d9f3..f007eec 100644 (file)
@@ -17,7 +17,7 @@
 
   (tilegroup
     (name "Forest (Foreground)")
-    (tiles 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 0 1060 1061 0 1063 1064 1065 1066 1067 1068 1069 1070 1045 1046 1051 1052 1047 1048 1053 1054 1049 1050 1055 1056 1042 1043 1057 1058 1034 1035 1029 1030 1041 1040 1031 1032 1036 1037 0 1038 1020 1021 1022 1044 1023 1024 1025 1033 1026 1027 1028 1039 1351 0 0 0 1352 0 0 0 1353 1357 0 0 1354 0 0 0 1358 1359 1360 0 1361 1362 1363 0 1364 1365 1366 0)
+    (tiles 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1723 1724 1725 1726 0 1060 1061 0 1063 1064 1065 1066 1067 1068 1069 1070 1045 1046 1051 1052 1047 1048 1053 1054 1049 1050 1055 1056 1042 1043 1057 1058 1034 1035 1029 1030 1041 1040 1031 1032 1036 1037 0 1038 1020 1021 1022 1044 1023 1024 1025 1033 1026 1027 1028 1039 1351 0 0 0 1352 0 0 0 1353 1357 0 0 1354 0 0 0 1358 1359 1360 0 1361 1362 1363 0 1364 1365 1366 0)
   )
   (tilegroup
     (name "Forest (Background)")
@@ -56,7 +56,7 @@
   )
   (tilegroup
     (name "Pole")
-    (tiles 79 80 1347 1348 1349 0 0 0)
+    (tiles 79 80 1347 1348 1349 1717 1718 1719 1720 1721 1722)
   )
   (tilegroup
     (name "Stone Brick Walls")
   (solid #f)
   (anim-fps 2)
   )
+  (tiles
+    (width 5)
+    (height 1)
+    (ids 1717 1718 1719 1720 1721)
+    (attributes 1 0 0 0 1)
+    (image "tiles/pole/horz.png")
+  )
+  (tile
+    (id 1722)
+    (images
+      "tiles/pole/cross.png"
+    )
+    (solid #f)
+  )
+  (tiles
+    (width 4)
+    (height 1)
+    (ids 1723 1724 1725 1726)
+    (attributes 1 1 1 1)
+    (image "tiles/forest/earth-floor.png")
+  )
 )
diff --git a/data/images/tiles/forest/earth-floor.png b/data/images/tiles/forest/earth-floor.png
new file mode 100644 (file)
index 0000000..3c2f7e7
Binary files /dev/null and b/data/images/tiles/forest/earth-floor.png differ
diff --git a/data/images/tiles/pole/cross.png b/data/images/tiles/pole/cross.png
new file mode 100644 (file)
index 0000000..e349de1
Binary files /dev/null and b/data/images/tiles/pole/cross.png differ
diff --git a/data/images/tiles/pole/horz.png b/data/images/tiles/pole/horz.png
new file mode 100644 (file)
index 0000000..fc279ef
Binary files /dev/null and b/data/images/tiles/pole/horz.png differ