Suero
Results
2
issues of
Suero
`Trying to call an async function without "await".` My code: ```gdscript extends BoxContainer signal change_tab(new_tab: String, ) var navbar_store = R.store({ # or R.state({ ... }) "current_tab": "menu_home", # NOTE:...
### Describe the project you are working on A 2D game with background randomized soundtrack, I was trying to display the current playing music on UI. ### Describe the problem...
topic:audio