Last active
April 12, 2017 22:03
-
-
Save ronyx69/abb111c52f573ec31784ab31c8dacbb9 to your computer and use it in GitHub Desktop.
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