RoadCrossingRight (Material) - originalfoo/Prison-Architect-API GitHub Wiki
##Overview
The RoadCrossingRight material is a road texture used to depict the right-end of pedestrian crossings.
##Modding
See Materials - Modding for scripting information and details on how to change menu, icons, sprites, and settings.
For reference, here is the default definition for this material:
BEGIN Material
-
NameRoadCrossingRight -
ConstructionTime-1- removes it from the menus -
IndoorOutdoor1 -
ObjectRequiredConcrete -
SpriteTypeSingleSprite -
NumSprites2- error: should be1 -
SoftEdged-1 -
BEGINSprite0x 18y 16END
END
##Notes
This material is not present on the menus and thus cannot be placed in-game.
Two other materials are used to depict crossings: RoadCrossingLeft and RoadCrossing
It's not clear whether these materials are painted on top of existing Road, or used instead of Road.
##See Also
- [
Concrete(Consumable)](Concrete (Consumable)) - [
Road(Material)](Road (Material)) - [
RoadCrossing(Material)](RoadCrossing (Material)) - [
RoadCrossingLeft(Material)](RoadCrossingLeft (Material)) - [
RoadMarkings(Material)](RoadMarkings (Material)) - [
RoadMarkingsLeft(Material)](RoadMarkingsLeft (Material)) - [
RoadMarkingsRight(Material)](RoadMarkingsRight (Material))

