TechSkylander1518 submitted a new resource:
Polished Floors - Terrain tag for tiles with reflections that don't ripple.
Read more about this resource...
Polished Floors - Terrain tag for tiles with reflections that don't ripple.
View attachment 14572
Script to makeripples
a property of terrain tags separate fromshows_reflections
, for reflective floors.
Paste as a new script section above Main, or download as a Plugin here.
Code
Ruby:module GameData class TerrainTag attr_reader :ripples alias oldinitialize initialize def initialize(hash) oldinitialize(hash)...
Read more about this resource...