mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
9 lines
184 B
JavaScript
9 lines
184 B
JavaScript
(function() {
|
|
return {
|
|
preload: function(entityID) {
|
|
Entities.editEntity(entityID, {
|
|
localRenderAlpha: 0.2
|
|
});
|
|
}
|
|
};
|
|
});
|