stride3d / stride3d/stride-docs
Tutorial - Intermediate - Incorrect print message
Open
@Vidhanvyrs is already working on this.
Since Sep 14, 2023.
enhancement
good first issue
help wanted
p2
- Dominant language
- PowerShell
- Stars
- 39
- Forks
- 74
- Avg merge
- 3h 36m
- Merged PRs (30d)
- 2
Description
Mentioned by OmniOwl on Discord.
In your AsyncWebApi code example from the Intermediate C# template, you have a line that says "Press A to get Api data from..."
However your Input conditional is looking at the "G" key. Not A.
DebugText.Print($"Press A to get Api data from https://opencollective.com/stride3d", new Int2(drawX, drawY));
if (Input.IsKeyPressed(Stride.Input.Keys.G))
{
await RetrieveStrideRepos();
await Script.NextFrame();
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.