ecs-lua
ecs-lua copied to clipboard
A simple, hybrid ECS
Results
1
ecs-lua issues
Sort by
recently updated
recently updated
newest added
Prevent passed table from directly modified. This is inspired by kitito's stateful.lua library. The passed table works as base table (using metatable `__index`). This prevent accident when system table get...