1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 07:30:40 +01:00

Created new Hints class. Implemented Hints.Display method. Added option to SettingsMenu to enable/disable hints in-game.

This commit is contained in:
Rich Dunne 2020-08-26 19:16:28 -06:00
parent e7f40c9624
commit a7fd140e1f
5 changed files with 37 additions and 16 deletions

View file

@ -52,6 +52,7 @@
<ItemGroup>
<Compile Include="AITasking.cs" />
<Compile Include="DebugGraphics.cs" />
<Compile Include="Hints.cs" />
<Compile Include="Menus\BarrierMenu.cs" />
<Compile Include="Object Classes\CollectedVehicle.cs" />
<Compile Include="Menus\EditPathMenu.cs" />