mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 20:29:03 +00:00
Small typo fix
This commit is contained in:
@@ -494,7 +494,7 @@ to change our acceleration to the new acceleration:
|
||||
::
|
||||
|
||||
var target = dir
|
||||
# NEW CPDE. Replaces "target *= MAX_SPEED"
|
||||
# NEW CODE. Replaces "target *= MAX_SPEED"
|
||||
if is_sprinting:
|
||||
target *= MAX_SPRINT_SPEED
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user