Animation and camera tweaking
This commit is contained in:
@@ -22,8 +22,16 @@ func play_list_down_sfx() -> void:
|
||||
|
||||
|
||||
func _on_guest_list_mouse_entered() -> void:
|
||||
animation_player.play("guest_list_up")
|
||||
animation_player.queue("guest_list_up")
|
||||
|
||||
|
||||
func _on_guest_list_mouse_exited() -> void:
|
||||
animation_player.play("guest_list_down")
|
||||
animation_player.play_backwards("guest_list_up")
|
||||
|
||||
|
||||
func _on_mask_list_mouse_entered() -> void:
|
||||
animation_player.queue("mask_list_up")
|
||||
|
||||
|
||||
func _on_mask_list_mouse_exited() -> void:
|
||||
animation_player.play_backwards("mask_list_up")
|
||||
|
||||
Reference in New Issue
Block a user