From 1d6b2f53375473dd37a245f373262c8d345a1754 Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Sun, 26 Apr 2026 20:45:51 +0200 Subject: [PATCH] add color pallet link to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3020a96..5f88c33 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A two-player cooperative cleaning game built with [Fennel](https://fennel-lang.org/) and [Löve 2D](https://www.love2d.org/). +The Löve2d Fennel setup is based on https://git.sr.ht/~benthor/absolutely-minimal-love2d-fennel/tree/master/item/README.md + +Color pallet is ["curiosities", Created by sukinapan](https://lospec.com/palette-list/curiosities). + +And though this is a git repo I use [Jujutsu](https://docs.jj-vcs.dev/latest/) for version control. + ## Setup 1. Install LÖVE 2D following the [Getting Started guide](https://love2d.org/wiki/Getting_Started)