-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoriginal ship.txt
12 lines (12 loc) · 1.2 KB
/
original ship.txt
1
2
3
4
5
6
7
8
9
10
11
12
[centerX, centerY],
[centerX + (self.shipLength * 0.05), centerY + (self.shipWidth * 0.2)],
[centerX + (self.shipLength * 0.08), centerY + (self.shipWidth * 0.3)],
[centerX + (self.shipLength * 0.15), centerY + (self.shipWidth * 0.5)],
[centerX + (self.shipLength * 0.9), centerY + (self.shipWidth * 0.5)],
[centerX + (self.shipLength * 1), centerY + (self.shipWidth * 0.4)],
[centerX + (self.shipLength * 1), centerY - (self.shipWidth * 0.4)],
[centerX + (self.shipLength * 0.9), centerY - (self.shipWidth * 0.5)],
[centerX + (self.shipLength * 0.15), centerY - (self.shipWidth * 0.5)],
[centerX + (self.shipLength * 0.08), centerY - (self.shipWidth * 0.3)],
[centerX + (self.shipLength * 0.05), centerY - (self.shipWidth * 0.2)],
[centerX, centerY],