
//Clicky Tiled Level Editor 3.0
//dace.de 2022

/* A tiled 2D level editor with mouse interaction. Features
   multiple selection (both with shift and with dragging
   the pointer like there's no tomorrow), and paint mode
   (i.e. first select tile in tilesheet, then paint with
   this tile in the level). Scroll with the mouse wheel.
   Works with levels which are 80 by 8 tiles, tilesheets
   that are 10 by 8 tiles, and tiles which are sized 32 by
   32 pixels. Loads the file level.txt automatically on
   startup; save to the same file on button press
   (on-screen button and 's'). The file level.txt needs to
   exist, and to have exactly the correct format (80x8
   chars). */
