Skip to content

Commit

Permalink
Slight rearrangements, font 2 progress p1
Browse files Browse the repository at this point in the history
  • Loading branch information
propfeds committed Dec 19, 2019
1 parent b7054bf commit 291430f
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Should you feel the need to edit the tileset to your liking, the holy source is

## Terminal Blues

The Terminal Blues [export script](../scripts/export.lua) does not require an installation of Lua.
The Terminal Blues [export script](../scripts/lua_ase/export.lua) does not require an installation of Lua.

1. Move `export.lua` to Aseprite's script folder
(`%appdata%/Aseprite/scripts/` for Windows).
Expand Down Expand Up @@ -44,7 +44,7 @@ The export should appear within the `export` folder of the repository.

## The fonts

The [CP437 to POWDER script](../scripts/cp437_to_powder.py) converts an CP437/ANSI bitmap to the POWDER format.
The [CP437 to POWDER script](../scripts/py/cp437_to_powder.py) converts an CP437/ANSI bitmap to the POWDER format.
Only works with square fonts since POWDER uses them.

1. Cook up a new font!
Expand All @@ -55,7 +55,7 @@ A `<something>_powder.png` will appear before your eyes.

## Palettes

The [eight divider script](../scripts/eight_divider.lua) converts your palette into 5-bit, and works inside Aseprite.
The [eight divider script](../scripts/lua_ase/eight_divider.lua) converts your palette into 5-bit, and works inside Aseprite.

1. Move `export.lua` to Aseprite's script folder
(`%appdata%/Aseprite/scripts/` for Windows).
Expand All @@ -64,5 +64,6 @@ Make sure it is the active window in the program.
3. Go to Files > Scripts > `eight_divider`.
The palette should be converted to 5-bit.

The [deprecated eight divider script](../scripts/old/eight_divider.py) will convert your palettes to 5-bit. Only supports `.hex` palettes.
As a Aseprite-independent solution, the [deprecated eight divider script](../scripts/py/eight_divider.py) will convert your palettes to 5-bit.
Only supports `.hex` palettes.
Just run it and input the palette name, and it'll spit out an uglier one!
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file modified fonts/bulb_leaflet.aseprite
Binary file not shown.
Binary file modified master.aseprite
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 291430f

Please sign in to comment.