File tree 1 file changed +40
-1
lines changed
1 file changed +40
-1
lines changed Original file line number Diff line number Diff line change 1
1
# SimpleGrassTextured
2
- Plugin to make grass on Godot 4
2
+ This plugin for Godot 4 allows you to add grass and plants to your scene in a simple way
3
+ ![ Preview Image] ( https://github.com/IcterusGames/SimpleGrassTexturedPreview/raw/main/previews/preview_03.jpg )
4
+
5
+
6
+ ## How to install
7
+
8
+ ### Using the AssetLib on Godot
9
+ * Open the AssetLib tab on Godot and search "Simple Grass Textured"
10
+ * Install the Simple Grass Textured plugin
11
+ * Enable SimpleGrassTextured in ` Project -> Project Settings -> Plugins `
12
+
13
+ ### Manual installation
14
+ * Clone or download this repository
15
+ * Copy the folder 'addons/simplegrasstextured' in your 'res://addons/' folder
16
+ - ![ Preview folder] ( https://github.com/IcterusGames/SimpleGrassTexturedPreview/raw/main/previews/folder.png )
17
+ * Enable SimpleGrassTextured in ` Project -> Project Settings -> Plugins `
18
+
19
+ ## How to use
20
+
21
+ Add a SimpleGrassTextured node to your terrain scene
22
+ > Your terrain scene must have a StaticBody3D in order to draw grass on top of the terrain
23
+ > - ![ Preview scene] ( https://github.com/IcterusGames/SimpleGrassTexturedPreview/raw/main/previews/simple_scene.png )
24
+
25
+ Select the SimpleGrassTextured node on your scene and draw on the terrain
26
+
27
+ ### How to use a custom mesh
28
+
29
+ * Select the SimpleGrassTextured
30
+ * Using the inspector load your custom mesh on the mesh propierty
31
+ * On the Texture Albedo load your custom texture for the mesh
32
+
33
+ ![ Preview custom mesh] ( https://github.com/IcterusGames/SimpleGrassTexturedPreview/raw/main/previews/preview_04.jpg )
34
+
35
+ ## Licence
36
+
37
+ MIT
38
+
39
+ ### Assets Copyright/Attribution Notice:
40
+
41
+ Texture grassbushcc008.png, Licence CC0, by FabinhoSC https://opengameart.org/content/stylized-grass-and-bush-textures-0
You can’t perform that action at this time.
0 commit comments