]> Dogcows Code - chaz/yoink/blobdiff - data/scenes/Classic.lua
ray-scene intersection
[chaz/yoink] / data / scenes / Classic.lua
index 68b7b660533b918db1db7aab4322c486768d8c1f..e8ba272faac8d7c8ad12808f8559d03440fc3aa1 100644 (file)
@@ -197,9 +197,11 @@ DrawTilemap({
        18,     18,     18})
 
 -- Cheaty invisible platform
+-- This draws nothing but creates a platform on the roof for walking.
 
 ResetTransform()
-Translate(10, 4, 3)
+Rotate(X, 90)
+Translate(10, 5, 0)
 DrawTilemap({
        width = 3,
        surface = TOP,
@@ -811,7 +813,7 @@ end
 
 
 function GetZCoord(x, y)
-       return 3
+       return 3.00001
 end
 
 
@@ -892,3 +894,6 @@ function RandomSkillLevel()
        return "dumb"
 end
 
+
+-- vim: tw=80 ts=4
+
This page took 0.01778 seconds and 4 git commands to generate.