Skip to content

Commit

Permalink
Fixed formatting in initialization tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed Oct 13, 2023
1 parent e0dea00 commit 082c8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/initializing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func _init() -> void:

We can also just put our game's app ID in a variable and pass it along there.

```
````
var STEAM_APP_ID: int = 480
Expand Down

0 comments on commit 082c8f5

Please sign in to comment.