Update of /cvsroot/simspark/simspark/contrib/rsgedit
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv25196
Modified Files:
Tag: WIN32
rsgedit.rb
Log Message:
- move default camera position further up
-
Index: rsgedit.rb
===================================================================
RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/rsgedit.rb,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -C2 -d -r1.4.2.3 -r1.4.2.4
*** rsgedit.rb 18 Feb 2007 13:16:59 -0000 1.4.2.3
--- rsgedit.rb 25 Feb 2007 16:27:18 -0000 1.4.2.4
***************
*** 9,13 ****
x = -5,
y = -40,
! z = 2,
maxSpeed = 15.0,
accel = 400.0,
--- 9,13 ----
x = -5,
y = -40,
! z = 15,
maxSpeed = 15.0,
accel = 400.0,
|