remove print statements; increase charger range

This commit is contained in:
Michael Campbell 2026-04-15 14:25:48 -04:00
parent 2f30c9f04b
commit 7d4a6938dc
3 changed files with 1 additions and 10 deletions

View file

@ -32,7 +32,6 @@ func _on_building_destroyed_from(global_pos: Vector3) -> void:
t.tween_interval(2.)
for mesh in meshes:
print("mesh = ", mesh)
var t2 = t
if not first: t2 = t.parallel()
t2.tween_property(mesh, "transparency", 1., 0.5)