Skip to content

2D Onboarding Tutorial #85

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

Merged
merged 605 commits into from
May 12, 2025
Merged
Changes from 1 commit
Commits
Show all changes
605 commits
Select commit Hold shift + click to select a range
e78146f
Quick 21 draft added
AristurtleDev Apr 22, 2025
377deb1
update toc
AristurtleDev Apr 22, 2025
080cdce
Fix panel text and make video
AristurtleDev Apr 22, 2025
e2897c8
as a bridge typo
AristurtleDev Apr 23, 2025
1be9896
can't typo
AristurtleDev Apr 23, 2025
5b73a84
are 'a' part grammer
AristurtleDev Apr 23, 2025
ac3cb31
container typo
AristurtleDev Apr 23, 2025
71e2cba
each typo
AristurtleDev Apr 23, 2025
c4e088a
Remove old text about Gum before chapter split
AristurtleDev Apr 23, 2025
ba2a361
directory typo
AristurtleDev Apr 23, 2025
dbb9c47
Render link to audio file properly
AristurtleDev Apr 23, 2025
0415132
Use name of the file, and slight rewording
AristurtleDev Apr 23, 2025
967d1ea
Fix link (remove the !)
AristurtleDev Apr 23, 2025
9607c82
Add heading links
AristurtleDev Apr 23, 2025
76e130d
Reword tip so text isn't so dense
AristurtleDev Apr 23, 2025
529a353
Fix 'the' typo
AristurtleDev Apr 23, 2025
e584ff4
fix 'we' typo
AristurtleDev Apr 23, 2025
9f06642
Instead of individual code blocks, make them contiguous
AristurtleDev Apr 23, 2025
f9da148
Add What is Gum section along with Understanding Gum's Structure section
AristurtleDev Apr 23, 2025
b7ef9db
use presentation params
AristurtleDev Apr 23, 2025
1df0b62
Add note about the Solution Explorer panel with link to official docu…
AristurtleDev Apr 23, 2025
1072ba3
Add callback links to solution explorer tip
AristurtleDev Apr 23, 2025
7efb0e1
Add note about .NET 8 LTS
AristurtleDev Apr 23, 2025
911bdb0
Bump monogame version number
AristurtleDev Apr 23, 2025
8716880
Move gum init to its own method
AristurtleDev Apr 23, 2025
20967c2
Merge branch '19-ui' of https://github.com/aristurtledev/docs.monogam…
AristurtleDev Apr 23, 2025
35c260f
renamed to chapter 22 since adding other UI chapters
AristurtleDev Apr 24, 2025
a0f66a2
Make game controller static
AristurtleDev Apr 24, 2025
268b538
Captilazation
AristurtleDev Apr 24, 2025
76cb4ed
Chapter 20 small fixes
vchelaru Apr 25, 2025
5f59339
Minor changes to chapter 21
vchelaru Apr 25, 2025
b52af66
Use new shortcuts to Anchor and Dock
AristurtleDev Apr 25, 2025
ec19fa7
Added kaltinril video about nineslices
AristurtleDev Apr 25, 2025
5691e80
Update diagrams
AristurtleDev Apr 26, 2025
7203cea
Merge pull request #25 from AristurtleDev/19-ui
AristurtleDev Apr 26, 2025
762bf34
Merge branch '2d-tutorial-bounty' into 20-the-game
AristurtleDev Apr 26, 2025
2426354
Renamed directory to chapter title
AristurtleDev Apr 28, 2025
b6767b1
Rewrite
AristurtleDev Apr 28, 2025
796a1c0
Update toc title
AristurtleDev Apr 28, 2025
9353458
Update title in index table
AristurtleDev Apr 28, 2025
08e8e38
Resolve bug in position away from slime code
AristurtleDev Apr 29, 2025
5dc2ce1
Update images with less text and more descriptive captions
AristurtleDev Apr 30, 2025
a8af406
Specify directory
AristurtleDev Apr 30, 2025
b41b7e0
Specify directory
AristurtleDev Apr 30, 2025
d0f96f0
Specify directory
AristurtleDev Apr 30, 2025
c1fc470
Add important admonition about struct boxing
AristurtleDev Apr 30, 2025
7511af5
Be more explicit as to where methods are placed in which order, with …
AristurtleDev Apr 30, 2025
b6f3e0b
Have method return type instead of adding element within method
AristurtleDev Apr 30, 2025
c7684f0
Split into two chapters
AristurtleDev May 1, 2025
1929b58
Added input buffering to end of chapter
AristurtleDev May 1, 2025
aaf632d
Add 'Chapter' to start of each entry
AristurtleDev May 1, 2025
21b2f15
Add links to source code
AristurtleDev May 1, 2025
7a0cd2d
Remove appendix, will add later
AristurtleDev May 1, 2025
86d06b7
Add colon to start list
AristurtleDev May 1, 2025
03785cb
Add acknowledgement section
AristurtleDev May 1, 2025
241d8c8
Update conventions
AristurtleDev May 1, 2025
f510f17
Add fourth game to table
AristurtleDev May 1, 2025
45de4f9
Fix bold markdown syntax
AristurtleDev May 1, 2025
f235fa7
you to your
AristurtleDev May 1, 2025
b366a8b
add dev kit extension image
AristurtleDev May 1, 2025
b506a28
Replaced questions
AristurtleDev May 1, 2025
61a1e5d
Show where to make change with image preview
AristurtleDev May 1, 2025
82bab89
Remove the old part of chapter that was split (oops)
AristurtleDev May 1, 2025
0c81ece
Update diagrams
AristurtleDev May 1, 2025
45c5556
Specify to use tabs
AristurtleDev May 2, 2025
7a989aa
Fix markdown formatting
AristurtleDev May 2, 2025
e00c677
Updated origin section to show that position was changed in code as well
AristurtleDev May 2, 2025
31a010c
Updated scale section to mention the rotation reset
AristurtleDev May 2, 2025
8285f7f
Fir to for
AristurtleDev May 2, 2025
dbbc96a
Updated color sectionto mention effect reset
AristurtleDev May 2, 2025
b8d3295
Fix figure reference
AristurtleDev May 2, 2025
8df47a5
Fix indention
AristurtleDev May 2, 2025
5618250
directory to folder
AristurtleDev May 2, 2025
839db6c
Snippets place {} on seperate lines for class declaration sections
AristurtleDev May 2, 2025
2c900c0
Snippets place {} on seperate lines for class declaration sections
AristurtleDev May 2, 2025
d9bc71e
Explicitly state to add the message
AristurtleDev May 2, 2025
6441918
Update based on feedback
AristurtleDev May 2, 2025
05c1e97
Add note about big button
AristurtleDev May 2, 2025
5c822ca
Remove all "we'll" contractions
AristurtleDev May 2, 2025
698074d
Replace all "what's" contractions
AristurtleDev May 2, 2025
d2b2602
Remove all "Let's" contractions
AristurtleDev May 2, 2025
e61e79d
Remove all "'re" contractions
AristurtleDev May 2, 2025
4788538
Replace all "n't" contractions
AristurtleDev May 2, 2025
28a099a
Remove all "I'm" contractions
AristurtleDev May 2, 2025
caa52ac
Remove all "I've" contractions
AristurtleDev May 2, 2025
3b5cf8b
Replace all "'ll" contractions
AristurtleDev May 2, 2025
4eb8821
Replace all "it's" contractions
AristurtleDev May 2, 2025
0c6f7cf
Remove contraction words
AristurtleDev May 2, 2025
8e5f34d
Remove the overlay since we will use shader in next chapter
AristurtleDev May 2, 2025
6c8d0b7
Initial draft
AristurtleDev May 2, 2025
f4cf840
Add video showing effect
AristurtleDev May 2, 2025
0d300d3
Fix spelling issue
AristurtleDev May 2, 2025
c3515ff
Highlight using statement in code block
AristurtleDev May 2, 2025
c36122f
Remove duplicate 'to' in snippet
AristurtleDev May 2, 2025
f590f8d
Highlight all of new Update method that is added
AristurtleDev May 2, 2025
88812f4
Highlight using statement in game1 class
AristurtleDev May 2, 2025
e28e203
Spelling error 'sine' to 'since'
AristurtleDev May 2, 2025
472ef39
Rasterize images to half size
AristurtleDev May 2, 2025
fe67a8a
IN to In
AristurtleDev May 2, 2025
52fa8e3
IN to In
AristurtleDev May 2, 2025
a68ff87
Fix 'hen' to 'when'
AristurtleDev May 2, 2025
0255deb
Break down into individual sections instead of one after another addi…
AristurtleDev May 2, 2025
d3756b6
Move input buffer overview to chapter 10
AristurtleDev May 2, 2025
c49e113
Initial draft
AristurtleDev May 3, 2025
9e029d2
Update index and toc
AristurtleDev May 3, 2025
3a69756
Chapter 1-6 review
SimonDarksideJ May 3, 2025
5bf5a69
Updated admonition based on feedback
AristurtleDev May 3, 2025
d1bf4e7
Add link for GLSL
AristurtleDev May 3, 2025
ce60a44
Updated paragraph based on feedback
AristurtleDev May 3, 2025
60a073a
Add note about future shader support
AristurtleDev May 3, 2025
d3bfb10
Add note about preprocessor directives
AristurtleDev May 3, 2025
b1e04a1
Update samplers state list item based on feedback
AristurtleDev May 3, 2025
940310e
Added semantics link
AristurtleDev May 3, 2025
ac194c8
Add tip about ship model sample with blur shader
AristurtleDev May 3, 2025
387bc6c
Remove contraction "you've" to be "you have"
AristurtleDev May 3, 2025
87697f0
Reword loading shader section to state that it is before our game imp…
AristurtleDev May 3, 2025
38b35ab
Capitalize G in MonoGame
AristurtleDev May 3, 2025
96614be
Reword section heading and title to be more clear that we're moving i…
AristurtleDev May 3, 2025
5e1678e
Use unordered list
AristurtleDev May 3, 2025
27607ec
Fixed the spelling issue
AristurtleDev May 3, 2025
9aca3d3
Add note about shaders being stateless
AristurtleDev May 3, 2025
f458f7f
Remove extra whitespace line
AristurtleDev May 3, 2025
49f5c33
Emphasis that only the last paramater value is set
AristurtleDev May 3, 2025
81673ab
Move into admonition block to highlight importance
AristurtleDev May 3, 2025
fe9df04
Reword and suggest 3_0 for OpenGL models
AristurtleDev May 3, 2025
5e9c1ce
Use correct term "Profile" and not "Model"
AristurtleDev May 3, 2025
cc4dd4f
Proof up to ch 12
SimonDarksideJ May 3, 2025
e2b3bac
Proof up to chapter 15
SimonDarksideJ May 4, 2025
9127bf2
Proof up to chapter 18
SimonDarksideJ May 4, 2025
360e1c3
Add diagram and pipeline section
AristurtleDev May 5, 2025
184b303
Fix spelling issues
AristurtleDev May 5, 2025
a4f4e2b
Fix MonoGame spelling
AristurtleDev May 5, 2025
9916e41
update to state that it will be in a future tutorial
AristurtleDev May 5, 2025
1fdede8
Spelling errors
AristurtleDev May 5, 2025
dfb1847
Added note about AoT on mobile and consoles
AristurtleDev May 5, 2025
6b82368
Add note about trimming
AristurtleDev May 5, 2025
d5e848d
the to is
AristurtleDev May 5, 2025
b4d260d
Add file paths example
AristurtleDev May 5, 2025
a38fdc9
Add case sensitivity example
AristurtleDev May 5, 2025
fc50377
Add note about dependency disclosure
AristurtleDev May 5, 2025
0e503f4
fil to file
AristurtleDev May 5, 2025
2e61ef5
bot to but
AristurtleDev May 5, 2025
1b6e43b
Ensure that it is clear that it is an example
AristurtleDev May 5, 2025
d255669
Ensure that it is clear that it is an example
AristurtleDev May 5, 2025
0bc0034
We will implement
AristurtleDev May 5, 2025
0e35506
Reduce use of 'First,
AristurtleDev May 5, 2025
c13ed8c
This to the
AristurtleDev May 5, 2025
1269cde
hightlight to highlight
AristurtleDev May 5, 2025
0490ba5
Revert Game1 change following discussion
SimonDarksideJ May 5, 2025
aea2cc3
Merge branch '2d-tutorial-bounty' into 20-the-game
AristurtleDev May 5, 2025
ab6c4ee
Merge pull request #23 from AristurtleDev/20-the-game
AristurtleDev May 5, 2025
0f0d41a
Merge branch '2d-tutorial-bounty' into 24-shaders
AristurtleDev May 5, 2025
76d420a
Merge pull request #40 from AristurtleDev/24-shaders
AristurtleDev May 5, 2025
b554d88
Merge branch '2d-tutorial-bounty' into 25-packaging-game
AristurtleDev May 5, 2025
75a9709
Merge pull request #41 from AristurtleDev/25-packaging-game
AristurtleDev May 5, 2025
0ec771c
Update conventions and proof chapter 18
SimonDarksideJ May 5, 2025
507198f
Merge branch '2d-tutorial-bounty' of https://github.com/AristurtleDev…
SimonDarksideJ May 5, 2025
15d3128
Address feedback
SimonDarksideJ May 5, 2025
947123f
Proof to chapter 20 - incomplete
SimonDarksideJ May 5, 2025
a75db6c
code hightlight and explination
AristurtleDev May 5, 2025
c7e9538
Merge pull request #43 from AristurtleDev/fix/only-show-title-when-ti…
AristurtleDev May 5, 2025
40d0f80
Merge branch '2d-tutorial-bounty' of https://github.com/AristurtleDev…
SimonDarksideJ May 5, 2025
708675c
Initial draft
AristurtleDev May 5, 2025
e1283bc
Fix yaml title
AristurtleDev May 5, 2025
61f4873
Change Unreal to Epic Games Store
AristurtleDev May 5, 2025
943b961
Reword sentence, sounded lame
AristurtleDev May 5, 2025
65b78d9
Add analytics and game jams to benefits
AristurtleDev May 5, 2025
fc10a00
setup should be 'set up'
AristurtleDev May 5, 2025
e6746b3
Slight rewording of sentence
AristurtleDev May 5, 2025
a9b64b1
Missing period
AristurtleDev May 5, 2025
1ff8af9
Redraft
AristurtleDev May 6, 2025
94d3fba
Remove contraction before Simon sees them
AristurtleDev May 6, 2025
a41e340
Remove Let's
AristurtleDev May 6, 2025
3dbcd75
Add info about Apos's automated release workflow
AristurtleDev May 6, 2025
3ed9c87
Remove redunent statement
AristurtleDev May 6, 2025
5c374ae
Final chapter draft
AristurtleDev May 6, 2025
12bfab7
Update index and toc
AristurtleDev May 6, 2025
a0f106c
Fix signature
AristurtleDev May 6, 2025
c82d58f
Merge branch 'feature/proof-run' of https://github.com/SimonDarksideJ…
SimonDarksideJ May 7, 2025
3fe6382
Fix incorrect markdown script tag
SimonDarksideJ May 7, 2025
3b777d3
Merge branch '2d-tutorial-bounty' of https://github.com/AristurtleDev…
SimonDarksideJ May 7, 2025
03219aa
Proof incomplete in ch20 - missing elements
SimonDarksideJ May 7, 2025
b352245
Add note about Gum is one of many in the first GUM chapter
SimonDarksideJ May 7, 2025
8ceec51
Add missing usings
AristurtleDev May 7, 2025
92c6ac8
Use Markdig attributes extension, mark files with download attribute
AristurtleDev May 7, 2025
6f544a4
Ensure to tell reader to save changes
AristurtleDev May 7, 2025
74babc2
Highlight using in code snippet
AristurtleDev May 7, 2025
e765df9
Add notes and specify method add order like in chapter 22
AristurtleDev May 7, 2025
765d413
State to replace contents of game1 in chapter 17
AristurtleDev May 7, 2025
a93254c
GameScene doesn't need Contnet using
AristurtleDev May 7, 2025
8a5139e
Fix admonition
AristurtleDev May 7, 2025
421b4a5
Add link to dungeon slime on itch as preview
AristurtleDev May 7, 2025
b6e46d4
Merge pull request #44 from AristurtleDev/26-deploy-to-itch
AristurtleDev May 7, 2025
4896c28
on to one
AristurtleDev May 7, 2025
c806f69
Merge branch '2d-tutorial-bounty' into 27-conclusion
AristurtleDev May 7, 2025
8372d0d
Merge pull request #45 from AristurtleDev/27-conclusion
AristurtleDev May 7, 2025
4a1d4ca
Add missing snippets
AristurtleDev May 7, 2025
6f3d38e
Initial redraft based on feedback
AristurtleDev May 7, 2025
b2b9687
Remove the base.LoadContent call, it's not needed
AristurtleDev May 7, 2025
2e419ef
Proof to ch 20 plus pull in latest
SimonDarksideJ May 8, 2025
5076255
Proof to ch 22
SimonDarksideJ May 8, 2025
fbbfcdc
Fix unicode character
SimonDarksideJ May 8, 2025
2a01a7c
Merge pull request #42 from SimonDarksideJ/feature/proof-run
AristurtleDev May 8, 2025
97adb10
Remove descriptive text from image. Reference #31
AristurtleDev May 8, 2025
483aa57
Update alt text: Reference #31
AristurtleDev May 8, 2025
a9da49d
Reword sentence to be more clear on where to create file.
AristurtleDev May 8, 2025
d3194be
Use specific version of Gum, added adomnition about why
AristurtleDev May 8, 2025
780d401
Add text between multiple code block sections.
AristurtleDev May 8, 2025
da54244
Add note on the font file being pregenerated with link to Gum documen…
AristurtleDev May 8, 2025
e483d9a
Use correct region name
AristurtleDev May 8, 2025
9bd6e3c
Remove using statement. Dock enum needs to be explicit
AristurtleDev May 8, 2025
a8ae068
Must be spelled exactly like this
AristurtleDev May 8, 2025
38c0b10
Remove using statement. Dock enum needs to be explicit
AristurtleDev May 8, 2025
3505c9e
Ensure that the tilemap region is updated
AristurtleDev May 8, 2025
b9842b5
Fix MonoGame captilzation spelling
AristurtleDev May 9, 2025
4a6bc47
Correct type of "a field tos tore"
AristurtleDev May 9, 2025
aeace2d
Merge branch '2d-tutorial-bounty' into redraft/chapter-05
AristurtleDev May 9, 2025
5df0fd7
Merge pull request #49 from AristurtleDev/redraft/chapter-05
AristurtleDev May 9, 2025
ef99857
Merge pull request #55 from AristurtleDev/feedback/chapter-21
AristurtleDev May 10, 2025
c194c5a
Include link to gum documentation
AristurtleDev May 10, 2025
5c16c21
Merge pull request #54 from AristurtleDev/feedback/chapter-20
AristurtleDev May 10, 2025
3424016
Merge pull request #53 from AristurtleDev/feedback/chapter-22
AristurtleDev May 10, 2025
09fc316
Initial proof run complete
SimonDarksideJ May 11, 2025
b4a800d
Figures and indexes pass - done
SimonDarksideJ May 11, 2025
c6c7bc2
Remove duplicate chapter 10 file
AristurtleDev May 12, 2025
cc2ba6f
Merge pull request #1 from AristurtleDev/feature/proof-final
SimonDarksideJ May 12, 2025
9840c83
Ensure that all dependent dll, etc files are copied to the bundle dir…
AristurtleDev May 12, 2025
20a7e43
Update number list numbers
AristurtleDev May 12, 2025
b8ce61e
Inform reader that the icon must be a .png and if they don't have one…
AristurtleDev May 12, 2025
a757a37
Add tip about refreshing icon and what to do if it still doesn't show up
AristurtleDev May 12, 2025
633c153
Add screenshots of game
AristurtleDev May 12, 2025
8f3bbef
Add intro section showing the game that will be built throughout the …
AristurtleDev May 12, 2025
4b41562
Remove the caution, we done bois
AristurtleDev May 12, 2025
2e890e0
Also fix dumb toc mistake
AristurtleDev May 12, 2025
4e36e90
Add usings for slime class and ensure highlighting
AristurtleDev May 12, 2025
3d08b52
fix wording
AristurtleDev May 12, 2025
d5f0ba4
Respawning
SimonDarksideJ May 12, 2025
ef7234b
Merge pull request #59 from AristurtleDev/update/intro-add-game
AristurtleDev May 12, 2025
42d8436
Merge pull request #57 from SimonDarksideJ/feature/proof-final
AristurtleDev May 12, 2025
e21507f
Merge branch '2d-tutorial-bounty' into fix/mac-build-steps
AristurtleDev May 12, 2025
bed9c0f
Merge pull request #58 from AristurtleDev/fix/mac-build-steps
AristurtleDev May 12, 2025
bf5c6b7
Merge branch '2d-tutorial-bounty' into feedback/chapter-23
AristurtleDev May 12, 2025
cc9822c
Merge pull request #60 from AristurtleDev/feedback/chapter-23
AristurtleDev May 12, 2025
ec48260
Merge branch 'main' into 2d-tutorial-bounty
AristurtleDev May 12, 2025
0d87925
Merge branch '2d-tutorial-bounty' of https://github.com/aristurtledev…
AristurtleDev May 12, 2025
8063423
Add the input buffering section back, not sure what removed it again
AristurtleDev May 12, 2025
4050852
Fix link errors
AristurtleDev May 12, 2025
c170292
Minor merge fixes
SimonDarksideJ May 12, 2025
6ba08f2
Merge pull request #62 from SimonDarksideJ/feature/merge-fixes
AristurtleDev May 12, 2025
c473273
Merge branch 'main' into 2d-tutorial-bounty
AristurtleDev May 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
directory typo
  • Loading branch information
AristurtleDev committed Apr 23, 2025
commit ba2a3614ba5d52b0cf3d99cd7a31fec27474b1fe
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ This will install the latest version of the package, which is "2025.4.20.2" as o

To make our UI more responsive and engaging, we'll add audio feedback that plays when players interact with buttons and other UI elements. Sound effects provide immediate confirmation that an input has been recognized, creating a more engaging experience.

First, download the UI sound effect by right-clicking the following link and saving it as *ui.wav* in the game project's *Content/audio* director:
First, download the UI sound effect by right-clicking the following link and saving it as *ui.wav* in the game project's *Content/audio* directory:

- ![ui.wav](./files/ui.wav)

Expand Down