2 Commits

Author SHA1 Message Date
8534a55740 docs: Add console with backtick on flame_console example (#3743)
Add console with backtick on flame_console example

This makes the example a bit more ergonomic to test changes to the
console by providing a key bind, backtick, for the console. This is also
much more in line with how actual games would use this feature instead
of a FAB (for example, on Bethesda games and many others, backtick
brings up the console), and in particular will teach how to properly
propagate events so both in-game keyboard handling _and_ the console
keyboard handlers can co-exist.
2025-10-06 12:50:46 +00:00
cf5358cd90 feat: Adding FlameConsole (#3329)
Adding Flame Console package.

---------

Co-authored-by: Lukas Klingsbo <me@lukas.fyi>
2024-10-24 11:10:22 -03:00