Open-Block / OpenBlock

A free open source Block based development template
0 stars 0 forks source link

Minus Opperator Block #23

Open mosemister opened 4 years ago

mosemister commented 4 years ago

You are not mistaken, there are no graphics required for this one as all the graphics are handled in the AbstractNumberOperation.

All that needs to happen is there needs to be a dedicated class for Minus as well as BlockType for the Minus block. As Minus is very similar to "sum" it should be just a job of taking the Sum code and making the changes to address minus

mosemister commented 3 years ago

Already in the code. Just needs registering

https://github.com/Open-Block/OpenBlock/blob/master/src/main/java/org/block/project/block/java/operation/MinusOperation.java