mbishopn / 2dGameIntro-Final-project-Unity

Simple 2d platform game project to explore Unity features as an introduction to Game Development
2 stars 0 forks source link

moving character - run right / left #3

Open mbishopn opened 5 months ago

mbishopn commented 5 months ago

Now that character walks, make it go faster. how to give it 2 different speed. let's say while walking user press an extra key to make it go faster. let's modify walk script to add this function.

mbishopn commented 4 months ago

if we want to add this we can just simply add another button to change speed value in the controller. Do we want to implement running? share your thoughts