match versions to fix odd bugs
This commit is contained in:
parent
e7a171bc1a
commit
c4bb8dc381
5 changed files with 4 additions and 14 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue