feat(environment): add painterly skies and living meadows

This commit is contained in:
Rijad Zuzo
2026-09-05 20:27:09 +02:00
parent 7899d36f03
commit ec16e2f2ca
71 changed files with 2280 additions and 213 deletions
+9
View File
@@ -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")]