Cannot read property 'player' of null

// 根据 player 节点位置判断距离

this.game.player.getPosition();

在 Star.jsw获取不到 this.game的对象

检查一下代码,应该是哪里没对 game 赋值,或者 this 对象里根本没有 game

在 game,js里面 进行了赋值,但是在 star 里面就获取不到了