mirror of
https://github.com/zoriya/Magical-Garden.git
synced 2026-06-06 10:12:13 +00:00
ry
This commit is contained in:
@@ -246,6 +246,7 @@ public class InventoryManager : MonoBehaviour
|
||||
|
||||
private Vector2Int GetPlotPositionByIndex(int index)
|
||||
{
|
||||
print(new Vector2Int(index / 5, 5 - index % 5));
|
||||
return new Vector2Int(index / 5, 5 - index % 5);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user