asset updates

This commit is contained in:
Turanszki Janos
2020-05-14 18:57:42 +01:00
parent be5839d9f3
commit 9e55dcf24f
9 changed files with 59 additions and 37 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ Character = {
local waterRay = Ray(head_transform.GetPosition(),Vector(0,-1,0))
local w,wp,wn = Pick(waterRay,PICK_WATER)
if(w ~= INVALID_ENTITY and self.velocity.Length() > 2) then
PutWaterRipple("../images/waterripple.png",wp)
PutWaterRipple("../models/ripple.png",wp)
end
end,