cleans up some unused code

This commit is contained in:
artus
2020-12-06 13:51:22 +01:00
parent 4565755868
commit 9726fb8fcf
8 changed files with 61 additions and 50 deletions

View File

@@ -87,4 +87,4 @@ func _direction_to(from_tile, to_tile):
elif y_dir == -1:
return UP
else:
print_debug("Panic!! Path is not contiguous between", from_tile, " and ", to_tile)
print_debug("Panic!! Path is not contiguous between", from_tile, " and ", to_tile)