- 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()
, validatingtype(value) == "table"
before accessing component properties - Creating the Pong Game Example