Added exploration node to DSL and worked on vertical pathfinding (Closed gates blocked horizontal movement as well)
This commit is contained in:
@@ -30,7 +30,7 @@ public partial class UIHandler : Control
|
||||
|
||||
if (Input.IsActionJustPressed("map"))
|
||||
{
|
||||
map.ShowMap();
|
||||
map.ShowMap(false);
|
||||
}
|
||||
|
||||
if (Input.IsActionJustPressed("menu"))
|
||||
|
||||
Reference in New Issue
Block a user