Skip to content

Commit 326e218

Browse files
authored
Merge pull request #69 from endlessm/T35503-asset-install
Update Asset Library install instructions
2 parents c5fb838 + 268960e commit 326e218

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

addons/block_code/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Experimental plugin by [Endless OS Foundation](https://endlessos.org) that introduces a high-level, block-based visual programming language as an educational tool.
44

5+
[![Godot asset](https://img.shields.io/badge/Asset_Library-Block_Coding-blue?logo=godot-engine)](https://godotengine.org/asset-library/asset/3095)
6+
[![Latest release](https://img.shields.io/github/v/release/endlessm/godot-block-coding?label=Release&logo=github)](https://github.com/endlessm/godot-block-coding/releases)
7+
58
## Background
69

710
Our aim is to reduce the learning curve faced by learners who are on the early part of their journey towards becoming game developers. Learners within our target audience understand game concepts, but have never used Godot (or any other game engine) before, and do not have programming experience. Ordinarily, such learners are faced with the challenge of learning their way around Godot's powerful, complex editor UI, combined with the additional challenge of learning to code for the first time as they navigate the ins and outs of GDScript.
@@ -18,7 +21,12 @@ That said, we are in no way opposed to having this project grow to be able to cr
1821

1922
## Getting Started
2023

21-
1. Install the plugin through the Godot AssetLib or clone the repository and drag the `addons/block_code/` directory into your project's `res://addons/` directory.
24+
1. Install the plugin through the Godot AssetLib searching for the name
25+
Block Coding. You can also download it from the online [Asset
26+
Library](https://godotengine.org/asset-library/asset/3095) and import
27+
it through AssetLib. Finally, you can clone the git repository and
28+
drag the `addons/block_code/` directory into your project's
29+
`res://addons/` directory.
2230

2331
2. Make sure to enable the plugin in **Project****Project Settings****Plugins**.
2432

0 commit comments

Comments
 (0)