- added moving platform for ice
authorIngo Ruhnke <grumbel@gmx.de>
Fri, 16 Feb 2007 13:46:24 +0000 (13:46 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Fri, 16 Feb 2007 13:46:24 +0000 (13:46 +0000)
SVN-Revision: 4849

data/images/objects/platforms/icefloe.png [new file with mode: 0644]
data/images/objects/platforms/icefloe.sprite [new file with mode: 0644]
data/images/objects/platforms/icefloe_small.png [new file with mode: 0644]
data/images/objects/platforms/icefloe_small.sprite [new file with mode: 0644]
data/levels/test/unisolid.stl

diff --git a/data/images/objects/platforms/icefloe.png b/data/images/objects/platforms/icefloe.png
new file mode 100644 (file)
index 0000000..5f4a0df
Binary files /dev/null and b/data/images/objects/platforms/icefloe.png differ
diff --git a/data/images/objects/platforms/icefloe.sprite b/data/images/objects/platforms/icefloe.sprite
new file mode 100644 (file)
index 0000000..d76878c
--- /dev/null
@@ -0,0 +1,6 @@
+(supertux-sprite
+  (action
+    (name "default")
+    (images "icefloe.png")
+  )
+)
diff --git a/data/images/objects/platforms/icefloe_small.png b/data/images/objects/platforms/icefloe_small.png
new file mode 100644 (file)
index 0000000..6f04f16
Binary files /dev/null and b/data/images/objects/platforms/icefloe_small.png differ
diff --git a/data/images/objects/platforms/icefloe_small.sprite b/data/images/objects/platforms/icefloe_small.sprite
new file mode 100644 (file)
index 0000000..1950da6
--- /dev/null
@@ -0,0 +1,7 @@
+(supertux-sprite
+  (action
+    (name "default")
+    (images "icefloe_small.png")
+  )
+)
+
index c4f4dbd..0ab3d8d 100644 (file)
     (camera
       (mode "normal")
     )
+    (platform
+      (running #f)
+      (sprite "images/objects/platforms/icefloe_small.sprite")
+      (path
+        (node
+          (x 1280)
+          (y 544)
+        )
+      )
+    )
     (spawnpoint
       (name "main")
-      (x 96)
-      (y 96)
+      (x 128)
+      (y 256)
     )
     (tilemap
       (z-pos -100)