-
Notifications
You must be signed in to change notification settings - Fork 0
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
Yttruire
wants to merge
9
commits into
main
Choose a base branch
from
fix-glod-game-markdown-and-sample-code
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on May 12, 2023
-
Rename all instances of "LoadTexture" in glod-game code to "load-text…
…ure" for consistency
Configuration menu - View commit details
-
Copy full SHA for 0bed08b - Browse repository at this point
Copy the full SHA 0bed08bView commit details -
Fix inconsistency with .X and .Y identifiers within glod-game
Renamed all to lowercase for consistency
Configuration menu - View commit details
-
Copy full SHA for 3308a32 - Browse repository at this point
Copy the full SHA 3308a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b705c1 - Browse repository at this point
Copy the full SHA 8b705c1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6f49343 - Browse repository at this point
Copy the full SHA 6f49343View commit details -
Configuration menu - View commit details
-
Copy full SHA for b58367b - Browse repository at this point
Copy the full SHA b58367bView commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b75a427 - Browse repository at this point
Copy the full SHA b75a427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24e1614 - Browse repository at this point
Copy the full SHA 24e1614View commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1f3e72 - Browse repository at this point
Copy the full SHA e1f3e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for b44949b - Browse repository at this point
Copy the full SHA b44949bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.