Glossary

`@export var speed: float = 200.0`

the movement speed, in pixels per second. `@export` means you can adjust this in the Inspector without touching code. You will adjust this *many* times.

Learn More

Related Terms