Avali-Triage-Team / Avali

Avali mod with community additions. See Trello for an easier way to see what we're working on:
https://trello.com/b/gXXkQ3Lw/avali-starbound
63 stars 44 forks source link

Avali strip light pointing right instead of down #52

Closed Fevix closed 9 years ago

Fevix commented 9 years ago

https://github.com/Fevix/Avali/blob/master/objects/avaligeneric/lights/avalistriplight.object#L20

I suspect this line (Highlighted) has something to do with it

@thakyZ @Devani1 @Mackinz

Devani1 commented 9 years ago

can't do this right now but try putting light angle to 180 instead of 90.

Harakhti commented 9 years ago

pointAngle needs to be beamAngle. Values should be unchanged.

Fevix commented 9 years ago

Fixed in #55