stride3d / stride3d/stride-docs

Tutorial - Intermediate - Incorrect print message

Open
#126 4 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.