Compare commits

...

2 Commits

Author SHA1 Message Date
kimrdd 4706818ca4 Merge branch 'main' of https://gitea.deprived.dev/Sveskejuice/fgm24 2024-02-04 05:05:59 +01:00
kimrdd e269c0920a try runble 2024-02-04 05:05:52 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ public class PS5Controller : MonoBehaviour
// Update is called once per frame
void Update()
{
Gamepad.all[0].SetMotorSpeeds(100, 100);
}
}