diff --git a/README.md b/README.md index 596d8c0..ad9c1c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # rpack [![Build Status](https://github.com/Leinnan/rpack/workflows/CI/badge.svg)](https://github.com/Leinnan/rpack/actions?workflow=CI) -Create spritesheets in seconds! +Create tilemaps in seconds! + +This repository contains few projects that together make a fully functional solution for generating tilemaps alongside integration to the Bevy game engine. ## rPack egui @@ -21,6 +23,8 @@ A Bevy plugin with support for the `rpack.json` atlases. More info available at [crates/bevy_rpack](https://github.com/Leinnan/rpack/tree/master/crates/bevy_rpack). +Repository contains example how to use plugin in Bevy. + ## rPack CLI Command line interface for generating tilemaps. Code stored in `crates/rpack_cli` directory. Right now this is the part of the project that could change the most. \ No newline at end of file