This commit is contained in:
2026-04-04 13:21:18 +03:00
parent 6009d52139
commit 770161841c
7 changed files with 61 additions and 21 deletions
@@ -35,8 +35,10 @@ class GenericObject extends EventManager{
}
}
if (data.description){
engine.dashboard.updateText(this.object.__onhud ? data.description : '', false, (d)=>{
d && this.dispatchEvent({type:'finish'})
engine.dashboard.updateText(this.object.__onhud ? data.description : '', {
textScrolledCallback: (d)=>{
d && this.dispatchEvent({type:'finish'})
}
})
}
}