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**
**Updates:**
- Added More Themes
- Added ```Engine.KeyDown()```
- Added ```KeyCode``` "Returns a Bool if the key is down"
- ```local KeyCode = require("keycode")```
- ```KeyCode:Space```
- ```KeyCode:A```
- Added `Engine.KeyDown()`
- Added `KeyCode` "Returns a Bool if the key is down"
- `local KeyCode = require("keycode")`
- `KeyCode:Space`
- `KeyCode:A`
- Fixed Primary Camera on Load
- Remade Transform Inspector
- Remade Camera Inspector