nana Posted November 28, 2016 Posted November 28, 2016 (edited) Would you add a new variation of Move compass elements like the screenshot? I edit battle_layout.xml and change distanceFromGlue value in "shipDollClip", "gunRotatorClips" and "frustumClip" elements like this: <element> <id>shipDollClip</id> <hasAnimationInside>false</hasAnimationInside> <vglue> <type>0</type> <glueElementID>vertCenter</glueElementID> <glueElementCoord>0</glueElementCoord> <elementConstraintType>1</elementConstraintType> <!-- <distanceFromGlue>-250</distanceFromGlue> --> <distanceFromGlue>-100</distanceFromGlue> </vglue> <hglue> <type>0</type> <glueElementID>horizCenter</glueElementID> <glueElementCoord>0</glueElementCoord> <elementConstraintType>4</elementConstraintType> <!-- <distanceFromGlue>50</distanceFromGlue> --> <distanceFromGlue>100</distanceFromGlue> </hglue> <scaleX>1.0</scaleX> <scaleY>1.0</scaleY> <active>True</active> </element> Edited November 28, 2016 by nana Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.