Added a grid map

This commit is contained in:
2024-02-18 22:19:17 +01:00
parent 3b2d8514a3
commit 0c15f00942
7 changed files with 132 additions and 28 deletions

View File

@ -0,0 +1,10 @@
[gd_scene load_steps=3 format=3 uid="uid://hvc8oecqweko"]
[ext_resource type="Material" uid="uid://bdsblfaxbipaa" path="res://world/grass/GrassMaterial.tres" id="1_xchh7"]
[ext_resource type="MultiMesh" uid="uid://dog5aq5n2q025" path="res://assets/grass/grass.multimesh" id="2_cpr6g"]
[node name="Grass" type="MultiMeshInstance3D"]
layers = 2
material_override = ExtResource("1_xchh7")
cast_shadow = 0
multimesh = ExtResource("2_cpr6g")