Kirsle.net logo Kirsle.net

Project: Doodle v0.3.0

September 19, 2020 (updated September 19, 2020) by Noah

Here's another alpha release of the game I've been working on, codenamed Project: Doodle. This time, it has new sprites for the player character.

A direction for the Player Character's look.

The new player character is larger in size (33x54 pixels) than the previous 32x32 placeholder was, so the three example levels that came with v0.2.0 no longer worked: the character would get stuck in the narrow hallways. However, this release comes with two new example levels that look better than the older ones anyway.

I may scale up the size of Doors and things to accommodate the larger character as doorways now feel a little tight to draw.

Screenshot

Gameplay Screenshot

Changes

Besides the new player character, most of the changes are to the Level Editor.

Palette Editor

Add and edit colors for your level

You can now customize your level palette! Clicking the "Edit" button opens the palette editor where you can set its color, name, and whether it behaves like Solid, Water or Fire.

The Palette toolbar has also shrunk in size and now only shows the color buttons. A mouse-over tooltip will show the name and properties of each color.

If you change an existing color on your palette, your level will update automatically: any instance of that pixel that was drawn will reflect the new color you set. Try it out on some of the example levels: the Blueprint background is too dark for the black "solid" color, so change it to #FEFEFE. (Note that pure #FFFFFF won't render due to an SDL issue).

Known bug: after adding a new color to your palette, drawing it into your level will show in black instead of the correct color. Save and re-open your level to work around this bug.

Doodad Dropper

Doodad dropper window

When you select the Doodad or Link Tool, instead of the doodads list appearing on the Palette panel, you select them out of a window. It has a paginated view for now until my Go UI toolkit supports scrollbars.

Download

This time I'm just releasing a zip for Windows and a tarball for Linux. Mac OS builds are very manual still and I'll save them for bigger releases. In the meantime, Mac users can run the Windows version using Wine.

Tags:

Comments

There are 0 comments on this page. Add yours.

Add a Comment

Used for your Gravatar and optional thread subscription. Privacy policy.
You may format your message using GitHub Flavored Markdown syntax.