hi all
i am new here. sorry for my bad english. i am learning godot to make a simple car game.
i made this car movement with gdscript.
up arrow = move forword
down arrow = move backword
up arrow +l eft arrow = turn left
up arrow +right arrow = turn right
spacebar = stop
so the problem is,
when i move forword and press space button, or when i turn right and press space button, it stops as expected.
but when i turn left and press space button it doesn't stop as expected.
here is the project file
what am i doing wrong here?