Loading

Paste #ptwcbyzte

  1.         childsprite {
  2.             sprite: GROUNDSPRITE_SNOW_4_4;
  3.             recolour_mode: RECOLOUR_REMAP;
  4.             palette: PALETTE_USE_DEFAULT;
  5.             always_draw: 1;
  6.             hide_sprite: (climate != CLIMATE_ARCTIC) || (climate == CLIMATE_ARCTIC) && (nearby_tile_height(0, 0) < (snowline_height + 2));
  7.         }

Comments