Skip to content

Commit 601cd05

Browse files
committed
Readme
1 parent 47813ed commit 601cd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
_Cvars_ (console variables or configuration variables) are a **simple** way to store settings you want to change at runtime without restarting your program.
1818

19-
_Consoles_ are the most **ergonomic** way to set cvars but you can write your own UI or read them from stdin if you want.
19+
_Consoles_ are the most **ergonomic** way to set cvars but you can write your own UI or read them from stdin if you want. They are available for Fyrox and Macroquad.
2020

2121
These crates are inspired by the idTech (Doom, Quake) and Source family of game engines but they can be useful outside games. Cvars allow you to iterate faster by letting you test certain gameplay changes without recompiling. They also make your game more moddable if you expose (a subset of) them to players.
2222

0 commit comments

Comments
 (0)