You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/block_code/README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ See our [pedagogy and audience documentation](docs/PEDAGOGY.md) for more info.
21
21
22
22
## Getting Started
23
23
24
-
1. Install the plugin through the Godot AssetLib searching for the name
24
+
1. Make sure you have Godot 4.3 or a newer version installed.
25
+
26
+
2. Install the plugin through the Godot AssetLib searching for the name
25
27
Block Coding. You can also download it from the online [Asset
26
28
Library](https://godotengine.org/asset-library/asset/3095) and import
27
29
it through AssetLib. Alternatively, you can clone the git repository and
@@ -30,13 +32,13 @@ See our [pedagogy and audience documentation](docs/PEDAGOGY.md) for more info.
30
32
project, reload the project once after opening it for the first time
31
33
to resolve any errors. This is a Godot issue.*
32
34
33
-
2. Make sure to enable the plugin in **Project** → **Project Settings** → **Plugins**.
35
+
3. Make sure to enable the plugin in **Project** → **Project Settings** → **Plugins**.
34
36
35
-
3. You're ready to get started! Open a scene, select a node, and observe that there's a **Block Code** section within the lower central pane of the Godot editor, where you usually find debugging, animation and shader functionality. Click **Block Code** and then use the **Add Block Code** button to create a block canvas.
37
+
4. You're ready to get started! Open a scene, select a node, and observe that there's a **Block Code** section within the lower central pane of the Godot editor, where you usually find debugging, animation and shader functionality. Click **Block Code** and then use the **Add Block Code** button to create a block canvas.
36
38
37
-
4. Drag blocks from the picker and snap them together to create a script. You can switch to other Block Code scripts by selecting the respective node from the scene tree.
39
+
5. Drag blocks from the picker and snap them together to create a script. You can switch to other Block Code scripts by selecting the respective node from the scene tree.
38
40
39
-
5.**Run** the scene to see your Block Code scripts in action. Block Code scripts are saved within the scene.
41
+
6.**Run** the scene to see your Block Code scripts in action. Block Code scripts are saved within the scene.
40
42
41
43
If you clone the plugin's git repository and open it in Godot, you will be presented with a block-built Pong game as an example.
0 commit comments