Skip to content

Releases: tl-ecosystem/tl-ssv

TL-SSV v0.1.0-alpha version release

30 May 11:06
89024e7
Compare
Choose a tag to compare
Pre-release

Only Windows Release:

Same as before controls

  • d : for debugging info
    • position of sprites in the terminal
    • shown fps
    • active rectangles shown in the pygame window from the sprites
  • space : for pausing the spinning

features:

  • you can have 2 sprites at the same time
  • if you deleted the .json file the program will auto-generate a new one.
  • you can now choose the background color by changing the bg_color element
  • you can choose the coordinates of the 2 sprites when drawn together
  • if you want the sprite 1 to be on the center of the screen regardless of how big it is, put it's coordinates for "coordinates": [-1,-1]

⚠️ WARNING, sprite2 cannot be in the center of the screen, without manually changing the coordinate every time