diff --git a/README.md b/README.md index 38f253e..a8bfe7a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,20 @@ Tesseract-Engine is a lightweight and powerful game engine designed for develope ### Note: Screenshots are sorted by version. + +### **Version 0.0.93** +**Updates:** +- Added support for OBJ Files with MTL Textures +- Optimised OBJ Importer +- Added `Engine.Expose("var name", )` + - This Exposes a variable to the editor GUI +- Made the LUA Engine be a `require("engine")` +- Remade Profiler to be more readable + +**Screenshot:** + +![](./assets/images/SS-Dev2_3.png) + ### **Version 0.0.76** **Updates:** - **Engine Profiler**: Visualize frame resource usage for optimization. diff --git a/assets/images/SS-Dev2_3.png b/assets/images/SS-Dev2_3.png new file mode 100644 index 0000000..f5e56f1 Binary files /dev/null and b/assets/images/SS-Dev2_3.png differ