Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato authored Mar 30, 2024
1 parent b9c8201 commit 050d3e7
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,25 +80,6 @@ func reset() -> void:
angular = 0.0
```

Example of docstrings for Godot 4:

```gdscript
## A linear and angular amount of acceleration.
class_name GSTTargetAcceleration
## Linear acceleration
var linear: = Vector3.ZERO
## Angular acceleration
var angular: = 0.0
## Resets the accelerations to zero
func reset() -> void:
linear = Vector3.ZERO
angular = 0.0
```

If you need long docstrings, you can use multiple commented lines:

```gdscript
Expand Down

0 comments on commit 050d3e7

Please sign in to comment.