From 906df5ad63bc395c3f1da078bef5f3f623b94066 Mon Sep 17 00:00:00 2001 From: OddlyTimbot Date: Mon, 29 Sep 2025 16:38:33 -0400 Subject: [PATCH] updates to intro readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a88a80..4ef1a34 100644 --- a/README.md +++ b/README.md @@ -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