.. | .. |
---|
1789 | 1789 | cGridBag creditsPanel = new cGridBag().setVertical(true); |
---|
1790 | 1790 | creditsPanel.setName("Credits"); |
---|
1791 | 1791 | |
---|
1792 | | - cLabel ogaLabel = new cLabel(" Most Skyboxes courtesy of OpenGameArt!", !Globals.NIMBUSLAF); |
---|
| 1792 | + cLabel ogaLabel = new cLabel(" Skyboxes courtesy of OpenGameArt!", !Globals.NIMBUSLAF); |
---|
1793 | 1793 | creditsPanel.add(ogaLabel); |
---|
1794 | 1794 | |
---|
1795 | 1795 | cButton creditButton; |
---|
.. | .. |
---|
1811 | 1811 | } |
---|
1812 | 1812 | }); |
---|
1813 | 1813 | |
---|
1814 | | - ogaLabel = new cLabel(" Download 3D models! (.3ds and .obj only)", !Globals.NIMBUSLAF); |
---|
| 1814 | + ogaLabel = new cLabel(" Download 3D models! (.3ds and .obj only)", !Globals.NIMBUSLAF); |
---|
1815 | 1815 | creditsPanel.add(ogaLabel); |
---|
1816 | 1816 | |
---|
1817 | 1817 | creditsPanel.add(creditButton = GetButton("icons/3delicious.png", !Globals.NIMBUSLAF)); |
---|