Skip to content

Commit

Permalink
ci:fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed Jul 12, 2024
1 parent e18adf4 commit 6855ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scenes/weapons/star_wrath/star_wrath_root.gd
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ func show():

func general_hide():
tween = create_tween().set_loops()
tween.tween_callback(self.general_hide_interal.bind()).set_delay(0.01)
tween.tween_callback(self.general_hide_internal.bind()).set_delay(0.01)


func general_hide_interal():
func general_hide_internal():
var tmp = bg.material.get_shader_parameter("alpha_bias")
if tmp >= 0.9:
tween.kill()
Expand Down

0 comments on commit 6855ac1

Please sign in to comment.