Skip to content

RaneWallin/PixiePal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixiePal

PixiePal is a simple pixel art style editor for creating tiles for RPG games.

License

License: MIT

PixiePal is made available under MIT license. Feel free to fork and modify as desired. The PixiePal project can be found on GitHub

Creating your first drawing

To use PixiePal, PixiePal is written in Java 8. It can be compiled and published to an executable jar file.

The current version of PixiePal only has one drawing tool, your mouse. You can click individual pixels or click and drag your mouse over pixels to paint them.

Changing colors

The right-hand menu has a color picker button. The button displays the current active color. To change the color, click on the button and select a new color.

To create a custom color, click on "Custom Color" at the bottom.

Save and loading drawings

The current version of PixiePal can save drawing data to and load data from text files.

Clear Canvas

To start a new drawing click the "New" button. This will clear the canvas and all drawing data. This cannot be undone.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages