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:
parent
6a58eade0e
commit
3fef178b7c
11 changed files with 374 additions and 159 deletions
|
@ -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)
|
||||
]
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue