Closes #46 Now ZKey Rotation Only Left/Right @GoDoRii

This commit is contained in:
IDMhan 2023-11-16 01:15:11 +09:00
parent dc08b450c8
commit cd9f632457

View File

@ -1601,6 +1601,7 @@ namespace SoulGames.EasyGridBuilderPro
{ {
ghostRotateLeftKeyHolding = true; ghostRotateLeftKeyHolding = true;
dir = BuildableGridObjectTypeSO.GetNextDirLeft(dir); dir = BuildableGridObjectTypeSO.GetNextDirLeft(dir);
dir = BuildableGridObjectTypeSO.GetNextDirLeft(dir);
if (edgeRotation == 0) if (edgeRotation == 0)
{ {
edgeRotation = 180; edgeRotation = 180;