Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

See https://missooni.itch.io/patternshop-cinnamon for a more Decker-like drawing experience with layers (rather than my complicated mess)

(1 edit) (+1)

I added a quick and dirty hack inspired by Missooni’s Patternshop Cinnanom, on my Patternshop page. It’s completely a single contraption now (Patternshop Neo) without any modules. Download the patternshop_neo.html to try it out or get it from my codeberg page.

  1. The first card is the first layer, no contraption needed
  2. Each additional card is a layer, add a Patternshop contraption to it
  3. Use the arrow keys to flip left and right between layers
  4. Use the regular Decker drawing tools to draw on a layer (turn them on in the Decker menu)
  5. Switch back to interact mode (pointer finger or the menu) to have the layers composed - you’ll have to do this when you switch to a layer. Missooni has it part of the layer selection to automatically do that.

This can be much more easily used standalone now as a contraption.

It has several properties for programming:

  • .canvas: get/set the image
  • .clear: clear the image
  • .locked: disable composition

And most importantly:

  • .active: sets the “active” card name. composites from the first up to but NOT including the active card. it assumes that you are drawing on active and thus don’t want it composed. setting it to nil automatically detects what card it is on.
Deleted 4 days ago