Adding missing renames

This commit is contained in:
Erick Zanardo
2020-05-18 15:50:20 -03:00
parent 87d3308d9b
commit c1d11d39a7
2 changed files with 2 additions and 2 deletions

2
FAQ.md
View File

@ -36,7 +36,7 @@ To prevent that exception from happening, add the following line before calling
We have a few examples! The simplest of all is in [the root example folder](/example/). This folder must be called `example` and contain a single project, so it's a very simple generic example game.
However there is an [examples folder inside the docs](/docs/examples) that contains many more examples. Most newer features we are adding we are trying to add a specific example for that. Those are directed to specific features.
However there is an [examples folder inside the doc](/doc/examples) that contains many more examples. Most newer features we are adding we are trying to add a specific example for that. Those are directed to specific features.
If you want a more full-fledged game, please check [BGUG](https://github.com/fireslime/bgug), FireSlime's open source fast paced side-scrolling platformer. It is mostly up-to-date with Flame and uses a good chunck of the featues offered by the engine. Other examples game are [feroult](https://github.com/feroult)'s [Haunt](https://github.com/feroult/haunt), which is outdated but showcases Box2D,[renancaraujo](https://github.com/renancaraujo)'s port of the [trex](https://github.com/flame-engine/trex-flame) chrome game in Flame, and also [Bob Box](https://github.com/fireslime/bounce_box), which is easy to grasp and a good display of our core features.

View File

@ -2,4 +2,4 @@
A sample Flame game showcasing the basic game structure and the use of PositionComponents.
There are a lot more more [examples](../docs/examples) and [docs](../docs).
There are a lot more more [examples](../doc/examples) and [docs](../doc).