Dev at full speed (during nights) minus family activities (16h+).
I finally understood JS scope and it is very annoying to keep the right context.
Self managing it by this.context=this or let context=this is the current approach.
Goals:
- Complete all views
- Complete game loop
Main issues:
- PixiJS event listeners take function name as param therefore cannot call context.funcName(context)