mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
all DECLARE_IMAGEASSET refactored
This commit is contained in:
parent
24b374f545
commit
fa8110ce8f
44 changed files with 248 additions and 306 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue