Skip to content

Improved main loop

Latest
Compare
Choose a tag to compare
@nidorx nidorx released this 22 Oct 02:16
· 2 commits to master since this release
  • Improvement in Timer.lua, removal of unnecessary properties and simplification of the loop
  • Added Entity:GetAny(CompType) method to get any qualifier of a type
  • Fixed Entity:Set(), validating type(value) == "table" before accessing component properties
  • Creating the Pong Game Example