瀏覽代碼

fixed readme lmao

quantumde1 5 天之前
父節點
當前提交
7f07acc831
共有 1 個文件被更改,包括 8 次插入4 次删除
  1. 8 4
      readme.md

+ 8 - 4
readme.md

@@ -27,12 +27,16 @@ Next, run
 ```./build.sh```
 . Everything will be done automatically!
 
+Engine scripts are written in Lua with some raylib direct bindings as well as some custom functions written for visual novels
+
 ## Features
 
-- Multiple characters on screen
-- Backgrounds(can be preloaded and then drawn if needed)
-- Text box with skip functionality and choices
-- Graphics effects(PNG stored in .bin, its called HPFF - Heaven/Himmel Package File Format)
+- Drawing, loading, unloading and stop drawing character textures
+- Drawing, loading, unloading and stop drawing background textures
+- Camera zooming to specific coordinates
+- Dialog box with multiple pages and choices
+- Ability for configuring custom font using ```setFont()```
+- Graphical effects from himmel archives(HPFF)
 
 ## TODO