Here’s a changelog covering recent updates of Particubes✨
We are also proud to announce
Particubes open Alpha is comming soon!
➡️
More information on the Discord server ⬅️
0.0.32 (Oct 13, 2021)
- Accounts can be created from within the app (necessary to open the Alpha)
- Fixed broken font on some devices (black squares)
- Various fixes and optimizations
Developers:- Improved physics engine!
- Object.Bounciness
- Object.Friction
- Object.CollisionBox
- Object.OnCollision
- Object.CollisionGroups
- Object.CollidesWithGroups
- Object.ApplyForce
- Object.Mass
- Added Shape.BoundingBox
- Added World (root Object for the scene)
- Added object:TextBubble
- Added KeyValueStore (available on Server side only, to store persistant values)
- Added Event (for clients/server communication)
- Added Server.UnixTime()
- Lua calls timeouts (no more crashes when scripts contain infinite loops)
- Number3: element-wise product and division