Add optional Lua scripting module, examples, and validation

This commit is contained in:
emil28092005
2026-09-18 11:28:50 +03:00
parent 06210aac23
commit 5a67735ff4
45 changed files with 3887 additions and 92 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
site_name: Faset Engine Manual
site_description: Learn C++ gameplay, build scenes, and export games with Faset Engine.
site_description: Learn C++ and Lua gameplay, build scenes, and export games with Faset Engine.
repo_url: https://github.com/emil28092005/Faset_Engine
repo_name: Faset_Engine
docs_dir: docs/manual
@@ -32,8 +32,9 @@ markdown_extensions:
nav:
- Start here: index.md
- Build from source: getting-started/build.md
- C++ gameplay:
- Gameplay scripting:
- How gameplay works: scripting/index.md
- Lua gameplay: scripting/lua.md
- Write your first behavior: scripting/first-behavior.md
- Frame and physics updates: scripting/lifecycle.md
- Physics and grounded movement: scripting/physics.md