Update README.md

This commit is contained in:
OusmBlueNinja 2024-12-27 21:48:58 -06:00
parent ff8525125e
commit f9404ef680

View File

@ -10,12 +10,12 @@ A 3D Game engine for Small to Medium-sized games with a LUA Scripting interface.
- Added Script Component
- Added Simple Lua editor (W.I.P)
- Added Lua Binding
- Engine.GetGameObjectByTag("")
- Component::GetComponent(")
- Engine.Log("")
- Transform:SetPosition(vec3)
- Transform:SetRotation(vec3)
- `Engine.GetGameObjectByTag("")`
- `Component::GetComponent(")`
- `Engine.Log("")`
- `Transform:SetPosition(vec3)`
- `Transform:SetRotation(vec3)`
![](./assets/images/SS-Dev2_1.png)
#### 0.0.50