From b344c60a3aacd2e2544ee2c163892860d0d71ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Ollah?= Date: Mon, 13 Nov 2023 20:40:57 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 793f584..4aeee19 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # sparrow - Sparrow v2 texture atlas library for Go + +[![Go Reference](https://pkg.go.dev/badge/github.com/MatusOllah/sparrow.svg)](https://pkg.go.dev/github.com/MatusOllah/sparrow) + +**sparrow** is a Sparrow v2 texture atlas (the same format that FNF uses) library for Go. +Handy if you're making a game that uses Sparrow v2 or rewriting FNF in Go (like me). + +## Features + +* Decoding +* Encoding +* Image / Frame extracting \ No newline at end of file