Disable items in cocina intro. PENDING RE-ENABLING THEM!
This commit is contained in:
@@ -480,3 +480,9 @@ func get_video_player() -> Node:
|
||||
func play_video(video_file: String) -> void:
|
||||
$CanvasLayer/video_player.visible = true
|
||||
$CanvasLayer/video_player.play(video_file)
|
||||
|
||||
# Clears the tooltip content (if an ESCTooltip node exists in UI)
|
||||
# MODIFIED FOR RTMIUI
|
||||
func clear_tooltip():
|
||||
if tooltip_node != null:
|
||||
(tooltip_node as ESCRichTooltip).clear()
|
||||
|
||||
Reference in New Issue
Block a user