biyaniM / ALICE-IN-WONDERLAND-professional-nappers

Single Player, 3D Platformer movement-based game with Color and Level Mechanics with WebGL Builds
6 stars 1 forks source link

Updated tutorial keyboard binding and fixed tutorial vanishing problem #89

Closed sulysu closed 2 years ago

sulysu commented 2 years ago
Updated tutorial canvas
  1. Changed enter key to 's' key for shooting
  2. Added Shift key image for sprinting
Fixed Tutorial canvas vanishing issue

Change Time.time to Time.timeSinceLevelLoad in Player Update() method.