PixiJS Day67

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)
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s