implement block types
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
window.BlockLeave = class extends Block {
|
||||
|
||||
constructor(id, textureSlotId) {
|
||||
super(id, textureSlotId);
|
||||
}
|
||||
|
||||
getOpacity() {
|
||||
return 0.3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user