This commit is contained in:
Glenn Maynard
2002-12-10 10:51:37 +00:00
parent 43646afae8
commit acf9c6b5fc
+2 -6
View File
@@ -338,14 +338,10 @@ Arrows (all types) should be mipmapped; they look really bad in Space.
Make autogen go through combinations of arrows. Make autogen go through combinations of arrows.
when converting up (to a dest
with more tracks), and through source arrows when converting down.
That is, right now we just walk through consecutive arrows. DDR That is, right now we just walk through consecutive arrows. DDR
to Pump results in DL, DR, C and UR being used or UL, C, UR, DR. to Pump results in DL, DR, C and UR being used or UL, C, UR, DR.
Instead, walk through all combinations of 4 (eg. 4C5); 11110, 11101, Instead, walk through all combinations of 4; 11110, 11101, 11011,
11011, 10111, 01111, so more patterns are possible. 10111, 01111, so more patterns are possible.
Fix the hold note strangeness first, though. Fix the hold note strangeness first, though.