You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
241 B

1 年之前
  1. frame_nr = 0
  2. for i in range(8):
  3. for j in range(8):
  4. print("convert -extract 256x256+" + str(256*j) + "+" + str(256 * i)+ " Explosion_001_Tile_8x8_256x256.png exp_frame_" + str(frame_nr)+".png")
  5. frame_nr = frame_nr + 1