#Character will not turn nor move
1 messages · Page 1 of 1 (latest)
When you surround some words with single backticks like `this`, it will be formatted as code.
You can also include code blocks by surrounding the code with three backticks. If you add "swift" then you will also get basic syntax highlighting:
```swift
print("hello world")
```
Discord will then show it as a code block like this:
print("hello world")
If your code snippet is rather long, you can upload it to a text paste site. One option that supports syntax highlighting for GDScript is https://bpa.st/
Part 3 - You will learn how to create your player character and setup animations for idle, walking, chopping, tilling and watering. In this tutorial we will cover how to create a state machine and the idle and walk states and how to transition between them.
How to Build a Complete 2D Farming Game an 8-Hour Tutorial Series - All 25 Episodes - G...