From 4fe4049c3ab5f7bab2b2eba36e27d34d1a4e4e03 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 1 May 2024 10:01:44 -0700 Subject: [PATCH] game -> showcase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e6dbdf..914f463 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Behavior Trees are powerful hierarchical structures used to model and control th [![Demonstration](https://img.youtube.com/vi/NWaMArUg7mY/0.jpg)](https://www.youtube.com/watch?v=NWaMArUg7mY) >**🛈 Demo project** lives in the `demo` folder and is available separately in [**Releases**](https://github.com/limbonaut/limboai/releases). -> Run `demo/scenes/game.tscn` to get started. +> Run `demo/scenes/showcase.tscn` to get started. > It also contains a tutorial that introduces behavior trees using examples. ## Features