mirror of
https://github.com/DerTyp7/industrialize-unity.git
synced 2025-10-30 12:57:11 +01:00
conveyorPO
This commit is contained in:
@@ -39,6 +39,13 @@ public class PlayerController : MonoBehaviour
|
||||
GridBuildingSystem.instance.SelectMovingPlacedObject(postion);
|
||||
movingMode = false;
|
||||
}
|
||||
|
||||
//! DEBUG SPAWNING ITEMS
|
||||
if (Input.GetKeyDown(KeyCode.Y))
|
||||
{
|
||||
Vector3 postion = cam.ScreenToWorldPoint(Input.mousePosition);
|
||||
ItemDictionary.instance.entries[0].Spawn(postion);
|
||||
}
|
||||
}
|
||||
|
||||
public void ToggleDemolishMode()
|
||||
|
||||
Reference in New Issue
Block a user