rzsavilla / BlobsonicEngine

Group Project: 3D OpenGL Game Engine
GNU General Public License v3.0
2 stars 0 forks source link

Lua Scripting Restructured code #83

Closed rzsavilla closed 7 years ago

rzsavilla commented 7 years ago

Able to create entities using scripts, Entities have a handle which acts as an interface between lua and C++.

Two entry points when running the script, these scripts are absolutely required. run.lua and variables.lua

run.lua scripts handles the updates of scripts variables.lua stores all variables such as entities and resources