feat(environment): add painterly skies and living meadows
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=3 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://world/jajce/PainterlyConifer.gd" id="1_script"]
|
||||
[ext_resource type="PackedScene" path="res://assets/painterly/painterly_conifer.glb" id="2_geometry"]
|
||||
|
||||
[node name="PainterlyConifer" type="Node3D"]
|
||||
script = ExtResource("1_script")
|
||||
|
||||
[node name="Geometry" parent="." instance=ExtResource("2_geometry")]
|
||||
Reference in New Issue
Block a user