Skip to content

Commit

Permalink
client: better center ship on ship selection
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
  • Loading branch information
xymus committed Aug 16, 2014
1 parent 1155f26 commit 8f42125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/screens/ship.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__( self, display, imgs, texts, eQuit=None, eOk=None ):
self.ctrlPrev = LightControlRight( (-30,100), self.ePrev, _( "Prev" ), imgs )
self.ctrlNext = LightControlRight( (-30,500), self.eNext, _( "Next" ), imgs )

self.ctrlShip = RotatingImageHolder( None, (display.resolution[0]/4,display.resolution[1]/2), ri=0.01 )
self.ctrlShip = RotatingImageHolder( None, (600, 350), ri=0.01 )

controls = [ ImageHolder(imgs.splashBack, (0,0), fillScreen=True),

Expand Down

0 comments on commit 8f42125

Please sign in to comment.