Anton-Stechman / rpg_mania_iv_submission

Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Feature/3 player controls config #6

Closed Anton-Stechman closed 1 year ago

Anton-Stechman commented 1 year ago

closes #3

this PR is for the initial setup of the PlayerControlsConfig script. Which will be used for setting and getting the Controls that have been set (by default and eventually by user)

In this PR I have alos removed the Dreamlo scripts Directory from Assets\Code\Scripts\CSharp\Utilities\ this is because there was an unresolved bug in these scripts and they're not going to be used for this project.

I have also done some minor changes to the U3DT.cs script to fix bugs.