1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

[tools.testspr] move file testspr/test.sh -> tools/testspr/test.sh

This commit is contained in:
bolero-MURAKAMI 2013-09-26 22:43:57 +09:00
parent 6a58eade0e
commit 3fef178b7c
11 changed files with 374 additions and 159 deletions

View file

@ -56,8 +56,8 @@ def main():
return any(pool.map(
compile,
[format_command(x, y)
for x in range(0, opts.width, opts.tile_width)
for y in range(0, opts.height, opts.tile_height)
for x in range(0, opts.width, opts.tile_width)
]
))