Removed all moving functionality

This commit is contained in:
Pasha Bibko
2026-01-13 13:28:15 +00:00
parent c15d917245
commit f6703c0908
3 changed files with 2 additions and 23 deletions

View File

@@ -9,7 +9,6 @@ namespace InterfaceOff
public override void OnWindowInstantiation()
{
Components.WindowImage.color = Color.red;
Velocity = new Vector3(100, 100, 0);
}
public override void OnWindowClicked()