Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Custom materials #167

Closed Zemanzo closed 5 years ago

Zemanzo commented 5 years ago

Oh baby, it's a big one.

Editor Updated to v0.3.0

This adds two new tabs in the editor:

Under the hood, editor HTML elements have been generalized. A new item class can be used for a generic expandable element as seen before with prefabs.

For the models tab, removeModel has been removed in favor of Model.delete().

Client Loads custom materials if they exist

Other Water only reflects the skybox. Old map files and models have been removed.

Issues Closes #152