forked from xiangwang25/whale-town-front-v2
feat: add taskbook onboarding UI
This commit is contained in:
@@ -62,6 +62,9 @@ func show_panel() -> void:
|
||||
mouse_filter = Control.MOUSE_FILTER_STOP
|
||||
set_process(true)
|
||||
_releaseMovementInputState()
|
||||
var taskManager := get_node_or_null("/root/TaskManager")
|
||||
if taskManager != null and taskManager.has_method("report_activity"):
|
||||
taskManager.call("report_activity", "course_board_opened")
|
||||
_fetchCourses()
|
||||
_animatePanel(true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user