From 12432d07e10dc9bdbb120ba93f376fe59463fad4 Mon Sep 17 00:00:00 2001 From: popcar2 Date: Wed, 1 Feb 2023 20:02:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c67e50d..dc36348 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GodotTilemapBaker +# Godot Tilemap Collision Baker ![showcase](./showcase.gif) @@ -11,4 +11,4 @@ Simply attach the `TilemapCollisionBaker` script to an empty StaticBody2D, then You can also select a specific tile layer to bake collisions for, which can be useful if you have slopes or water on separate layers for example. -Don't forget to remove your collisions from the tileset (if you ever had any) when using this tool. \ No newline at end of file +Don't forget to remove your collisions from the tileset (if you ever had any) when using this tool.