all DECLARE_IMAGEASSET refactored

This commit is contained in:
marauder2k7 2024-12-21 17:34:16 +00:00
parent 24b374f545
commit fa8110ce8f
44 changed files with 248 additions and 306 deletions

View file

@ -338,9 +338,9 @@ function RiverEditorGui::createRiver( %this )
baseColor = "45 108 171 255";
rippleTex = "Core_Rendering:ripple_image";
foamTex = "Core_Rendering:foam_image";
depthGradientTex = "Core_Rendering:depthcolor_ramp_image";
RippleTexAsset = "Core_Rendering:ripple_image";
FoamTexAsset = "Core_Rendering:foam_image";
DepthGradientTexAsset = "Core_Rendering:depthcolor_ramp_image";
};
return %river;