Open kjniemela opened 1 year ago
All "internal" functions (such as getVisibleTilesRecurse) should be prefixed with "_" and be marked as private.
getVisibleTilesRecurse
Most of this has been done, but we should still go over the code again and verify it. Also, I think we shouldn't actually add the "_" prefix, let's just mark them as private.
All "internal" functions (such as
getVisibleTilesRecurse
) should be prefixed with "_" and be marked as private.