Swen

LD 40

Spells

spells.gif

Playing around with spells and particles.

Duck & cover

chaos.gif

Me running around the kitchen to grab some food, while game jamming.

Working on the tutorial level

ezgif-4-f7e0174c59.gif

It is still looking a bit barebone. Maybe some more plants and bushes should be added.

LD 44

Aseprite tooling for Unity

Just created a menu option in Unity to export selected .aseprite files to .png's (see gif below). aseprite_tool.gif

Might be handy for other jammers using Unity and Aseprite, feel free to tweak and use :)

Make sure to put it in a folder called Editor, so that Unity knows that it is an editor extension.

Note: This might only work on Windows because of Process.Start, but I'm not sure. ```csharp using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using UnityEditor; using UnityEngine;

public class AsepriteExporter { public readonly static string AsepritePath = @"C:\Program Files (x86)\Steam\steamapps

Progress so far

acc5b0d97ce76105ab364b8fc2f3e1b0.gif

ddf221bb6a9ff83fa3a403df64774798.gif

Ludum Dare 45

Oh hello

OhHello.PNG

Ludum Dare 49