From bc7388de865569b3aad1c59b1ac6ce9f7a23fd17 Mon Sep 17 00:00:00 2001 From: Nicholas Hayashi Date: Sat, 8 Jan 2022 23:19:31 -0500 Subject: [PATCH] fix lighthouse --- src/tower.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tower.lua b/src/tower.lua index b0ec859..ad627a4 100644 --- a/src/tower.lua +++ b/src/tower.lua @@ -72,8 +72,6 @@ function init_tower_specs() texture = TEXTURES.TOWER_WALL, icon_texture = TEXTURES.TOWER_WALL_ICON, cost = 10, - range = 0, - fire_rate = 2, update_f = false, make_node_f = function(self, hex) local group = am.group(am.circle(vec2(0), HEX_SIZE, COLORS.VERY_DARK_GRAY, 6)) @@ -288,8 +286,6 @@ function init_tower_specs() texture = TEXTURES.TOWER_MOAT, icon_texture = TEXTURES.TOWER_MOAT_ICON, cost = 10, - range = 0, - fire_rate = 2, height = -1, make_node_f = function(self) return am.circle(vec2(0), HEX_SIZE, COLORS.WATER{a=1}, 6) @@ -305,7 +301,6 @@ function init_tower_specs() icon_texture = TEXTURES.TOWER_LIGHTHOUSE_ICON, cost = 150, range = 7, - fire_rate = 1, height = 2, make_node_f = function(self, hex) if hex then