mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-12-02 10:52:00 +03:00
No pop sound on hidden blob
This commit is contained in:
parent
448ed89ead
commit
39de925a66
@ -18,6 +18,7 @@ var arrow = preload("res://scenes/arrow.tscn")
|
||||
func _ready():
|
||||
content_set(content)
|
||||
type_set(type)
|
||||
if not repository.simplified_view:
|
||||
$Pop.pitch_scale = rand_range(0.8, 1.2)
|
||||
$Pop.play()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user