From 6bd59706ab457eb10eeaa45abc32fc21f0df9443 Mon Sep 17 00:00:00 2001 From: Rob Kelly Date: Mon, 9 Dec 2024 10:52:22 -0700 Subject: [PATCH] Fixed broken material ref in zephyr particle --- src/world/effects/zephyr/zephyr_particle.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/effects/zephyr/zephyr_particle.tscn b/src/world/effects/zephyr/zephyr_particle.tscn index e202206..3c80978 100644 --- a/src/world/effects/zephyr/zephyr_particle.tscn +++ b/src/world/effects/zephyr/zephyr_particle.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=13 format=3 uid="uid://dwfckgdxnwwru"] -[ext_resource type="Texture2D" uid="uid://c0rf8luj8nbom" path="res://src/world/effects/zephyr/zephyr_scale_curve.tres" id="1_opmvf"] +[ext_resource type="Texture2D" uid="uid://b1bfyk5c003se" path="res://src/world/effects/zephyr/zephyr_scale_curve.tres" id="1_opmvf"] [ext_resource type="Curve" uid="uid://5vyddepvq1ho" path="res://src/world/effects/zephyr/zephyr_mesh_curve.tres" id="2_5lvg1"] [ext_resource type="Material" uid="uid://b20gam4x6f8gw" path="res://src/world/effects/zephyr/zephyr_mesh_material.tres" id="3_yxxm1"]