overte-Armored-Dragon/unpublishedScripts/DomainContent/Toybox/towerDefense/roofEntity.js

9 lines
184 B
JavaScript

(function() {
return {
preload: function(entityID) {
Entities.editEntity(entityID, {
localRenderAlpha: 0.2
});
}
};
});