#how do i retexture core blocks because shes not working

4 messages · Page 1 of 1 (latest)

karmic slate
compact hollow
# karmic slate im so lost

i think internally the center sprites are "bumpBlockCenterFire" and "bumpBlockCenterIce" respectively:

<bumpBlockCenterIce path="objects/BumpBlockNew/" start="idle">
    <Center/>
    <Loop id="idle" path="ice_center" delay="0.1"/>
  </bumpBlockCenterIce>
  
  <bumpBlockCenterFire path="objects/BumpBlockNew/" start="idle">
    <Center/>
    <Loop id="idle" path="fire_center" delay="0.08"/>
  </bumpBlockCenterFire>
#

As for the actual block sprites it seems as though it may be hardcoded to the specific path, it's not a sprite

#

Although unless you have a specific reason not to, you should use VivHelper's Reskinnable Bounce Block