Skip to content

Commit

Permalink
fix: Correct readme build badges
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonIT committed Oct 31, 2024
1 parent d3d8714 commit 06e3f83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Box2DLights

[![GitHub Actions Build Status](https://img.shields.io/github/actions/workflow/status/libgdx/box2dlights/gradle.yml?branch=master&label=GitHub%20Actions)](https://github.com/libgdx/libgdx/actions?query=workflow%3A%22Build+and+Publish%22)
[![GitHub Actions Build Status](https://img.shields.io/github/actions/workflow/status/libgdx/box2dlights/main.yml?branch=master&label=GitHub%20Actions)](https://github.com/libgdx/box2dlights/actions?query=workflow%3A%22Build+and+deploy%22)

[![Latest Version](https://img.shields.io/nexus/r/com.badlogicgames.box2dlights/box2dlights?nexusVersion=2&server=https%3A%2F%2Foss.sonatype.org&label=Version)](https://search.maven.org/artifact/com.badlogicgames.box2dlights/box2dlights)
[![Snapshots](https://img.shields.io/nexus/s/com.badlogicgames.box2dlights/box2dlights?server=https%3A%2F%2Foss.sonatype.org&label=Snapshots)](https://oss.sonatype.org/#nexus-search;gav~com.badlogicgames.box2dlights~box2dlights~~~~kw,versionexpand)
Expand All @@ -27,7 +27,7 @@ Try Kalle's game [Boxtrix](https://market.android.com/details?id=boxtrix.android
* Handler class to do all the work
* Query method for testing is point inside of light/shadow

This library offer easy way to add soft dynamic 2d lights to your physic based game. Rendering use libgdx but it would be easy to port this to other frameworks or pure openGl too.
This library offer easy way to add soft dynamic 2d lights to your physic based game. Rendering use libgdx, but it would be easy to port this to other frameworks or pure openGl too.

## Usage
* Download the [latest Box2DLights release](http://libgdx.badlogicgames.com/box2dlights/)
Expand All @@ -39,13 +39,13 @@ Box2DLights is also available in Maven Central. Add the following dependency to
<dependency>
<groupId>com.badlogicgames.box2dlights</groupId>
<artifactId>box2dlights</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>

If you use Gradle, add the following dependency to your build.gradle file, in the dependencies block of the core project:

compile "com.badlogicgames.box2dlights:box2dlights:1.4"
implementation "com.badlogicgames.box2dlights:box2dlights:1.5"

## Maintenance Note
Box2dlights was moved from Google Code to Github to make contributing easier. The libgdx team will happily merge pull requests but will not fix bugs or ensure compatibility with the latest libgdx version.
Box2dlights was moved from Google Code to GitHub to make contributing easier. The libgdx team will happily merge pull requests but will not fix bugs or ensure compatibility with the latest libgdx version.

0 comments on commit 06e3f83

Please sign in to comment.