Looks like you're not logged in

Login or Register to continue

Lesson Q&A

Use this space for questions related to what you're learning. For any other type of support (website, learning platform, payments, etc...) please get in touch using the contact form.

  • There's a typo in this partTheBaconPhoenix```javascript @export_category("Ground movement") ... @export_range(1.0, 100.0, 0.1) var acceleration_sprint := 25.0 +@export_range(1.0, 100.0, 0.1) var acceleration_sprint := 25.0 ``` It is meant to be something like this ```javascript @export_category("Ground movement") ... @export_range(1.0, 100.0, 0.1) var acceleration_sprint := 25.0 @export_range(1.0, 100.0, 0.1) var deceleration := 25.0 ``` 1 0 Apr. 14, 2025
Site is in BETA!found a bug?