/usr/share/games/adanaxisgpl/system/AdanaxisRender.xml is in adanaxisgpl-data 1.2.5.dfsg.1-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | <!--
##############################################################################
#
# This file contains original work by Andy Southgate. Contact details can be
# found at http://www.mushware.com. This file was placed in the Public
# Domain by Andy Southgate and Mushware Limited in 2007.
#
# This software carries NO WARRANTY of any kind.
#
##############################################################################
#
# $Id: AdanaxisRender.xml,v 1.2 2007/03/19 16:01:35 southa Exp $
# $Log: AdanaxisRender.xml,v $
# Revision 1.2 2007/03/19 16:01:35 southa
# Damage indicators
#
# Revision 1.1 2007/03/16 19:50:43 southa
# Damage indicators
#
-->
<!-- Definition for the red damage markers that flash when the craft is hit -->
<obj>
<damageVertices>(
(
(-0.49,-0.10),
(-0.45,-0.05),
(-0.45,0.05),
(-0.49,0.10)
),(
(0.49,-0.10),
(0.45,-0.05),
(0.45,0.05),
(0.49,0.10)
),(
(-0.10,-0.49),
(-0.05,-0.45),
(0.05,-0.45),
(0.10,-0.49)
),(
(-0.10,0.49),
(-0.05,0.45),
(0.05,0.45),
(0.10,0.49)
),(
(-0.49,-0.16),
(-0.45,-0.11),
(-0.45,-0.06),
(-0.49,-0.11),
(-0.49,0.16),
(-0.45,0.11),
(-0.45,0.06),
(-0.49,0.11)
),(
(0.49,-0.16),
(0.45,-0.11),
(0.45,-0.06),
(0.49,-0.11),
(0.49,0.16),
(0.45,0.11),
(0.45,0.06),
(0.49,0.11)
)
)</damageVertices>
<damageColours>(
(
(1,0,0,0.5),
(1,0,0,0),
(1,0,0,0),
(1,0,0,0.5)
),(
(1,0,0,0.5),
(1,0,0,0),
(1,0,0,0),
(1,0,0,0.5)
),(
(1,0,0,0.5),
(1,0,0,0),
(1,0,0,0),
(1,0,0,0.5)
),(
(1,0,0,0.5),
(1,0,0,0),
(1,0,0,0),
(1,0,0,0.5)
),(
(0,0,1,0.5),
(0,0,1,0),
(0,0,1,0),
(0,0,1,0.5),
(0,0,1,0.5),
(0,0,1,0),
(0,0,1,0),
(0,0,1,0.5)
),(
(0,0,1,0.5),
(0,0,1,0),
(0,0,1,0),
(0,0,1,0.5),
(0,0,1,0.5),
(0,0,1,0),
(0,0,1,0),
(0,0,1,0.5)
)
)</damageColours>
<damageAlphaFactors>(
(0.9,0,0,0.9),
(0.9,0,0,0.9),
(0.9,0,0,0.9),
(0.9,0,0,0.9),
(0.9,0,0,0.9,0.9,0,0,0.9),
(0.9,0,0,0.9,0.9,0,0,0.9)
)</damageAlphaFactors>
</obj>
|