Skip to content

Commit

Permalink
blog: add demo project link
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Feb 23, 2025
1 parent 3bbcafd commit ed7b713
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blog/2025-02-18-display-scaling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ public override void _Ready() {
}
```

:::tip
A **[demo Godot project is included with GameTools][demo]** that allows you to preview and experiment with the different high-level scaling behaviors.
:::

Better yet, when you're ready to enter full-screen, just call it again:

```csharp
Expand Down Expand Up @@ -346,3 +350,4 @@ Chickensoft has made a $200 USD donation to Doctors Without Borders. **We would
[SubViewport]: https://docs.godotengine.org/en/stable/classes/class_subviewport.html
[Platform]: https://github.com/chickensoft-games/Platform
[Discord]: https://discord.gg/MjA6HUzzAE
[demo]: https://github.com/chickensoft-games/GameTools/tree/main/Chickensoft.GameTools.Demo

0 comments on commit ed7b713

Please sign in to comment.