Skip to content

Commit

Permalink
Removed collisions with TNT tower
Browse files Browse the repository at this point in the history
  • Loading branch information
ThivanW committed Oct 11, 2023
1 parent ca6d3bb commit b4c66ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public static Entity createWallTower() {
*/
public static Entity createTNTTower() {
Entity TNTTower = createBaseTower();
TNTTower.getComponent(HitboxComponent.class).setLayer(PhysicsLayer.NONE);
TNTTowerConfigs config = configs.TNTTower;

AITaskComponent aiTaskComponent = new AITaskComponent()
Expand Down

0 comments on commit b4c66ad

Please sign in to comment.