Density and Opacity have simple meanings.
Density, if set to 1 means you cannot walk over it. If set to zero, it simply does the opposite.
Opacity, if set to 1 then you cannot see through it. The same rule as Density, if it is set to zero it does the opposite which means you can see through it.
Let's give some examples.
turf/Basic_Turfs
icon='Turfs.dmi'
Floor
icon_state="Floor"
Density=0
Wall
icon_state="Wall"
Opacity=1 |
Now you can walk over the floor(Which you could have done in the first place as Density is default set to 0)
For the wall you cannot see through it because it is set to 1.(The default setting for a turfs Opacity is 0)
That is all for this session, go to Version 1.2 : Login Process for the next tutorial. |
|