GDQuest / godot-steering-ai-framework

A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.
http://gdquest.com/docs/godot-steering-ai-framework
MIT License
1.17k stars 81 forks source link

Add demo selector as main scene #22

Closed Razoric480 closed 4 years ago

Razoric480 commented 4 years ago

It could probably use a designer touch - the theme as applied to the Item List kind of clashes with the background.

Used the code from the docs-maker Collector to find files, and prettied them up for presentation.

NathanLovato commented 4 years ago

I changed it to load scenes as a child of the current scene, allowing you to go back to the demo picker.

Note for string management, you don't have to work as in C++, or fairly low-level. I refactored your code for that. You can use String.split, String.replace, or Regex to find and replace patterns.