updates to intro readme
This commit is contained in:
parent
32a2fc789e
commit
906df5ad63
@ -2,7 +2,7 @@
|
||||
|
||||
Playing games is fun. Making games is even more fun - creating everything from simple toys to immersive worlds of your own design.
|
||||
|
||||
The Godot game engine is an incredible open-source project that is free for anyone to use. It is community-maintained and has seen explosive growth in the last two years.
|
||||
The Godot game engine is an incredible open-source project that is free for anyone to use. It is community-maintained and has seen explosive growth in the last three years.
|
||||
|
||||
With the arrival of Godot 4, the engine has become a legitimate tool for learning game development and making fun games in both 2D and 3D - and more recently XR.
|
||||
|
||||
@ -17,7 +17,6 @@ At the end of this course you will have achieved the following goals:
|
||||
* A grasp of planning out fun game-play mechanics
|
||||
* Familiarity with features of the Godot Game Engine
|
||||
* Practical knowledge of animation techniques
|
||||
* A working understanding of sound design
|
||||
* Application of physics for game-play mechanics
|
||||
* Comfort with 2D game development
|
||||
* Working understanding of UI in games
|
||||
@ -157,13 +156,13 @@ Export a clean git-free copy of any week:
|
||||
|
||||
`git archive -o ../weekX.zip HEAD:weekX`
|
||||
|
||||
Set your user name:
|
||||
Set your user name (inside project folder):
|
||||
|
||||
`git config --global user.name "Mona Lisa"`
|
||||
`git config user.name "Mona Lisa"`
|
||||
|
||||
Set your email:
|
||||
|
||||
`git config --global user.email "mona@lisa.com"`
|
||||
`git config user.email "mona@lisa.com"`
|
||||
|
||||
## Working from a branch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user