match versions to fix odd bugs

This commit is contained in:
ultrablob 2024-05-07 16:52:50 -04:00
parent e7a171bc1a
commit c4bb8dc381
5 changed files with 4 additions and 14 deletions

View file

@ -37,7 +37,6 @@ func fire_laser():
tween.tween_callback(can_shoot.bind(true))
#tween.tween_callback(set_laser_texture.bind(active_texture))
tween.tween_callback($Sprite2D.pause)
tween.tween_callback($Line2D.fire)
tween.tween_interval(0.2)
tween.tween_callback(can_shoot.bind(false))
tween.tween_callback(set_laser_texture.bind(aiming_texture))