packages feed

BigPixel 1.0.0 → 1.0.1

raw patch · 1 files changed

+4/−4 lines, 1 files

Files

BigPixel.cabal view
@@ -1,5 +1,5 @@ Name:           BigPixel-Version:        1.0.0+Version:        1.0.1 License:        BSD3 License-File:   LICENSE Copyright:      Copyright (c) 2013 Manuel M T Chakravarty & Leon A Chakravarty@@ -13,19 +13,19 @@                 Minecraft-style 2D games. It supports the creation of pixelated images with 8x8 big pixels in                 256 colours with 16 levels of transparency. It is an OpenGL-based cross-platform application.                 BigPixel currently only supports the BMP image format.-                +                .                 As BigPixel is a plain OpenGL application without platform-specific GUI support, you need to start                 it as a command line program and supply it with the name of a BMP image file as its sole command                 line argument. If the file exists, it will be opened for editing; otherwise, a new file will be                 created. All changes made to an image are persistent — i.e., reflected in the on disk image without                 explicit saving.-                +                .                 > Left mouse button          — draw with current colour                 > Left mouse button + Shift  — erase with transparency                 > Right mouse button         — erase with transparency                 > 'W', 'S', 'A', 'D'         - enlarge canvas to the top, bottom, left, and right, respectively                 > 'W', 'S', 'A', 'D' + Shift - shrink canvas from the top, bottom, left, and right, respectively-                +                .                 WARNING: There is currently no undo facility! Make copies of image files if you are unsure whether                 you like to keep the changes. (However, if you shrink the visible canvas, the removed content can                 be restored by simply enlarging the canvas again.)