From a0804a1b42727f866b2d7e9d8ef0b05181cc2f34 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Fri, 25 Oct 2019 14:08:55 -0700 Subject: [PATCH] add status badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e5d7281..5c3cf8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # MoonTools.Core.Bonk + +[![NuGet Badge](https://buildstats.info/nuget/MoonTools.Core.Bonk)](https://www.nuget.org/packages/NUnit/) +[![CircleCI](https://circleci.com/gh/MoonsideGames/MoonTools.Core.Bonk.svg?style=svg)](https://circleci.com/gh/MoonsideGames/MoonTools.Core.Bonk) + Bonk is a fast and modular collision detection system for MonoGame that is part of the MoonTools suite. Bonk is designed to help you figure out if two shapes are overlapping and by how much.