commit:8b8d87ddf2bd78dbed0ab16095016afe3b028d31
author:Chip Black
committer:Chip Black
date:Fri Apr 18 00:54:11 2008 -0500
parents:9e7d4c5aa2ab29a783b96e98cc24b95e6dbdeb6e
Fixed data/example1 surfaces and adjusted richter camera position
diff --git a/data/example1 b/data/example1
line changes: +2/-1
index ae9cd8f..3f776a0
--- a/data/example1
+++ b/data/example1
@@ -39,7 +39,8 @@ tile 13 1
 tile 14 1
 tile 14 2
 
-solid 10 0 18 1
+solid 10 0 11 1
+solid 12 0 19 1
 surface 12 1 13 2
 solid 13 1 15 2
 solid 14 2 15 3

diff --git a/platformtest.py b/platformtest.py
line changes: +1/-1
index 2387347..42ad34b
--- a/platformtest.py
+++ b/platformtest.py
@@ -127,7 +127,7 @@ def update():
 	richter.update()
 	if richter.position[1] < 0:
 		richter.position = [richter.position[0],480]
-	stage.moveTo(richter.position[0] - resolution[0]/2, richter.position[1] - resolution[1]/3)
+	stage.moveTo(richter.position[0] - resolution[0]/2, richter.position[1] - resolution[1]/4)
 
 
 n = 0