correct readme

This commit is contained in:
me 2025-12-25 01:29:43 +02:00
parent fb86131917
commit baf2c40ac4

View file

@ -10,7 +10,7 @@ This is hackaton code. Don't expect much.
- Tiny procedural language specifically for gamedev - Tiny procedural language specifically for gamedev
- Wrapped by a game framework - Wrapped by a game framework
- Only user input is controller input (or specific keyboard keys) - Only user input is controller input (or specific keyboard keys)
- Basic types: int, float, string, char, bool, objects, arrays, first-class functions - Basic types: int, float, string, bool, objects, arrays, first-class functions
- if, loop, break, return - if, loop, break, return
- ✨Live code reload✨ - ✨Live code reload✨