Sets tags for props/decals for ploppable asphalt.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//asphalt props | |
var asset = ToolsModifierControl.toolController.m_editPrefabInfo as PropInfo; | |
asset.m_mesh.name="ploppableasphalt-prop"; | |
//asphalt decal | |
var asset = ToolsModifierControl.toolController.m_editPrefabInfo as PropInfo; | |
asset.m_mesh.name="ploppableasphalt-decal"; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment