johanhelsing / johanhelsing.github.io

Johan Helsings github page
1 stars 0 forks source link

replace GgrsConfig with Config #38

Closed raphael384 closed 5 months ago

raphael384 commented 6 months ago

Because we have implmented our own Config we must replace inputs: Res<PlayerInputs<GgrsConfig>>, by inputs: Res<PlayerInputs<Config>>, in the move_player function. (it's works for me)

johanhelsing commented 5 months ago

Thanks for the heads up. I found one occurence in part 1 and 3 in part 3. Let me know if you run into more problems!