From e93aa6a674485ed05c284e58e93d280cd4c8d213 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Thu, 9 Jan 2025 18:25:51 +0100 Subject: [PATCH] README update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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