Skip to content

Commit

Permalink
Add retromotor waterfall (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Nov 30, 2023
1 parent ad5e864 commit 2a5bcca
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,17 @@
}
}
}

@PART[ROC-GeminiRetroBDB]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
ROWaterfall
{
template = rowaterfall-srm-vac-1
audio = srm-1
position = 0,0,0
rotation = 0, 0, 0
scale = 0.057, 0.057, 0.057
useRelativeScaling = true
glow = ro-srm
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,31 @@
}
}
}

@PART[ROC-MercuryPosigradeBDB]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
ROWaterfall
{
template = rowaterfall-srm-vac-1
audio = srm-1
position = 0,0,0
rotation = 0, 0, 0
scale = 0.015, 0.015, 0.010
useRelativeScaling = true
glow = ro-srm
}
}

@PART[ROC-MercuryRetroBDB]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
ROWaterfall
{
template = rowaterfall-srm-vac-1
audio = srm-1
position = 0,0,0.01
rotation = 0, 0, 0
scale = 0.037, 0.037, 0.037
useRelativeScaling = true
glow = ro-srm
}
}

0 comments on commit 2a5bcca

Please sign in to comment.