Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix glod game markdown and sample code #67

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    0bed08b View commit details
    Browse the repository at this point in the history
  2. Fix inconsistency with .X and .Y identifiers within glod-game

    Renamed all to lowercase for consistency
    Yttruire committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3308a32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b705c1 View commit details
    Browse the repository at this point in the history
  4. Change character initial .y position to 620 from 310 in glod-game tut…

    …orial
    
    The first instance of .y, from step 4, states that we want to move Glod's position from the center of the screen, and bring him down to Earth but changing his position.
    
    Changing 'Anchor.Center' to 'Anchor.Top' then moving glod to the bottom of the screen requires `620.0 >= .y` instead of `310.0 >= .y`. This value of 310.0 changes to 620.0 without indication suddenly in hte middle of Step 4.
    
    We simply change all instances of .y to have the value 620.0 from the start.
    Yttruire committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6f49343 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b58367b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    b75a427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24e1614 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    e1f3e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b44949b View commit details
    Browse the repository at this point in the history