Here’s a changelog covering recent updates of Particubes✨
One of the most notable change in this update is the new section that is now sorted with the last updated World first.
This gives much more visibility to the Worlds that have been modified with new features.
This week, the Particubes team focus entirely on creating Worlds in lua. The goal is to give you simple scripts and code snippets of these Worlds so you can remix them. This is also a great time to join us in creating the worlds you've always wanted to build! ->
Discord0.0.45 (June 14, 2022)
- Added anonymous accounts to play without signing up
- Various fixes
Players
- Display recently updated worlds in "New" list
Item Editor
- Fixed zoom bug where blocks are involuntarily added or removed
- Fixed screenshot bug
- Fixed arrow placement
Coders
- Allow to disable Tick() within Tick()
- Added "Data" and "URL" Lua types
- Added "Server.OnStart" function
- Added "Server.OnPlayerLeave" function
- Events can contain nil fields
- MutableShapes can be created based on Shapes (and vice-versa)
- Shapes can be created using .vox file Data
Web
- Fixed skybox in Web version
- Polishing and optimizations