Bug Fixes from v1.0
- Fix lighting on desert - Move dialogue radius to correct spot - Disable movement while talking to NPCs - Move desert spawn point a little bit
This commit is contained in:
@@ -15,6 +15,16 @@ namespace Scampz.GameJam.Assets.Scripts
|
||||
private InputAction move;
|
||||
private InputAction sprint;
|
||||
|
||||
public void EnableActions()
|
||||
{
|
||||
move.Enable();
|
||||
}
|
||||
|
||||
public void DisableActions()
|
||||
{
|
||||
move.Disable();
|
||||
}
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
playerControls = new PlayerControls();
|
||||
|
||||
Reference in New Issue
Block a user