From 912a367dacb614e2ae9b3c5bbbdf32348a2342f8 Mon Sep 17 00:00:00 2001 From: earlygrey <53878397+earlygrey@users.noreply.github.com> Date: Sun, 28 Jun 2020 14:16:13 +0200 Subject: [PATCH] change README libgdx link from website to github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2904120..aed06f7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- -A library for [libgdx](https://libgdx.badlogicgames.com/), an open-source game development application framework written in java. +A library for [libgdx](https://github.com/libgdx/libgdx), an open-source game development application framework written in java. Draws simple shapes like libgdx's [ShapeRenderer](https://libgdx.badlogicgames.com/ci/nightlies/docs/api/com/badlogic/gdx/graphics/glutils/ShapeRenderer.html) does, but uses a Batch to perform the drawing. This means it can be used in between `Batch#begin()` and `Batch#end()` without needing to flush the Batch.