ID:144854
 
Code:
turf
icon = 'School.dmi'
schoolbottomleft
icon_state = "schoolbl"

schoolbottomright
icon_state = "schoolbottomright"

school_door
icon_state = "schooldoor"

school_wall
icon_state = "schoolwall"

schoolbottom
icon_state = "schoolbottom"

school_edge
icon_state = "schooledges"
turf
icon='Turfs.dmi'
grass
icon_state = "grass"


Problem description:

The grass turf is fine but I checked all the icon states and the school icons arent showing up. They all are black spots! What is going on I have checked the icons and states!

it probably has something to do with your map
Sentimental wrote:
Code:
> turf
> School//the turf name
> icon = 'School.dmi'
> Density=1//solid turfs
> schoolbottomleft
> icon_state = "schoolbl"
> schoolbottomright
> icon_state = "schoolbottomright"
> school_door
> icon_state = "schooldoor"
> school_wall
> icon_state = "schoolwall"
> schoolbottom
> icon_state = "schoolbottom"
> school_edge
> icon_state = "schooledges"
> turf
> icon='Turfs.dmi'
> grass
> icon_state = "grass"
>

Problem description:

The grass turf is fine but I checked all the icon states and the school icons arent showing up. They all are black spots! What is going on I have checked the icons and states!

Copy & Paste that and it should work.