From d99f7673a7d0cb83067ee03a9b94d308edbdafbb Mon Sep 17 00:00:00 2001 From: StarToaster Date: Sun, 7 Aug 2022 08:46:52 -0400 Subject: [PATCH] Fix issue with readme link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeaf2c2b..12544691 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ fn update_damage( ## Examples - [`accessing_tiles`](examples/accessing_tiles.rs) – An example showing how one can access tiles from the map object by using tile map coordinates. - [`animation`](examples/animation.rs) – Basic CPU animation example. - - [`basic`](examples/map.rs) - The simplest example of how to create a tile map. + - [`basic`](examples/basic.rs) - The simplest example of how to create a tile map. - [`bench`](examples/bench.rs) - A stress test of the map rendering system. Takes a while to load. - [`chunking`](examples/chunking.rs) - A simple example showing how to implement an infinite tilemap by spawning multiple chunks. - [`colors`](examples/colors.rs) - Showcases how each tile can have an individual color.