Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Madour committed Nov 12, 2023
1 parent 3a813fc commit e772386
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<h1> LDtk Loader • <img src=https://img.shields.io/badge/LDtk_version-1.2.5-default> <img src=https://github.com/Madour/LDtkLoader/workflows/CI/badge.svg></h1>
<h1> LDtk Loader • <img src=https://img.shields.io/badge/LDtk_version-1.4.1-default> <img src=https://github.com/Madour/LDtkLoader/workflows/CI/badge.svg></h1>


**LDtkLoader** is a loader for **[LDtk](https://github.com/deepnight/ldtk)** levels and tile maps.

Use it to load and get data from LDtk projects in your game.

Completely supports the .ldtk format (including external levels).
Supports the entire .ldtk format (including external levels).

For loading older versions, see the corresponding git branches (e.g. dev-1.2.3).

### Sample code

Expand Down Expand Up @@ -86,7 +88,7 @@ This will copy the libraries, the headers and the cmake config files to the inst
After installation, to add LDtkLoader to a CMake project, use the `find_package` command:

```cmake
find_package(LDtkLoader 1.2)
find_package(LDtkLoader 1.4)
```

The `find_package` command will automatically get the correct library (Release or Debug)
Expand Down

0 comments on commit e772386

Please sign in to comment.