remove print statements; increase charger range
This commit is contained in:
parent
2f30c9f04b
commit
7d4a6938dc
3 changed files with 1 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue