Glossary

`extends CharacterBody2D`

this script inherits from `CharacterBody2D`. It gets all of CharacterBody2D's built-in properties and methods, including `velocity` and `move_and_slide()`.

Learn More

Related Terms