Mindustry/core
MEEPofFaith 26c0c7467b
Lock rotation of blocks with rotate = false to 0 (#8531)
* Lock rotation of blocks that don't rotate

* Fix input visuals

* Default to false

Quick, stop forcing changes to mods before sk yells at me.

* lock GenericCrafter rotation if rotate = false

* Convert from a setter a to block method

* Simplify

* Revert "lock GenericCrafter rotation if rotate = false"

This reverts commit 26ac41baf5.

* Remove `lockRotation` boolean.

Pointless. If you want something to rotate, just do `rotate = true; drawArrow = false;`
2023-06-16 15:57:54 -04:00
..
assets Merge remote-tracking branch 'origin/master' 2023-06-16 13:19:57 -04:00
assets-raw New scorch sprite by Fox1va_ 2023-05-22 21:51:06 -04:00
src/mindustry Lock rotation of blocks with rotate = false to 0 (#8531) 2023-06-16 15:57:54 -04:00
build.gradle