/usr/share/gamgi/dat/light/laser.xml is in gamgi-data 0.17.1-1.
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 | <gml>
<light name="laser"
position_x="0.0" position_y ="0.0" position_z="5.0"
direction_x="0.0" direction_y ="0.0" direction_z="-1.0"
diffuse_r="1.0" diffuse_g="0.0" diffuse_b="0.0" angle="1.0">
</light>
<light name="ambient"
position_x="0.0" position_y ="0.0" position_z="5.0"
ambient_r="0.40" ambient_g="0.40" ambient_b="0.40">
</light>
</gml>
|