Skip to content

Commit

Permalink
change README libgdx link from website to github
Browse files Browse the repository at this point in the history
  • Loading branch information
earlygrey authored Jun 28, 2020
1 parent d01a70b commit 912a367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 912a367

Please sign in to comment.