Update README.md

This commit is contained in:
OusmBlueNinja 2025-01-01 14:37:43 -06:00
parent f554b8fc7a
commit 8b340abdff

View File

@ -37,11 +37,11 @@ Join The Discord!
## **Version 0.0.102** ## **Version 0.0.102**
**Updates:** **Updates:**
- Added More Themes - Added More Themes
- Added ```Engine.KeyDown()``` - Added `Engine.KeyDown()`
- Added ```KeyCode``` "Returns a Bool if the key is down" - Added `KeyCode` "Returns a Bool if the key is down"
- ```local KeyCode = require("keycode")``` - `local KeyCode = require("keycode")`
- ```KeyCode:Space``` - `KeyCode:Space`
- ```KeyCode:A``` - `KeyCode:A`
- Fixed Primary Camera on Load - Fixed Primary Camera on Load
- Remade Transform Inspector - Remade Transform Inspector
- Remade Camera Inspector - Remade Camera Inspector