Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8888 for code/trunk


Ignore:
Timestamp:
Oct 12, 2011, 2:06:35 PM (12 years ago)
Author:
smerkli
Message:

Improved file formatting for better readability and reduced eyestrain :D

Location:
code/trunk/data/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/gui/layouts/CreditsMenu.layout

    r7801 r8888  
    4545Licence:  GNU General Public Licence - Creative Commons
    4646
     47das ist mein text höhö
     48
    4749http://www.orxonox.net
    4850                      </Property>
  • code/trunk/data/gui/scripts/CreditsMenu.lua

    r8079 r8888  
    1616    description:setProperty("HorzFormatting", "WordWrapLeftAligned")
    1717    description:setProperty("VertFormatting", "TopAligned")
    18     description:setText("                                   Orxonox version 0.0.3 \n\n       Programming Language:  C++ - lua - tcl \n       Environment:  OpenAL - Ogre - OIS - CEGUI - enet - ODE \n       Licence:  GNU General Public Licence - Creative Commons \n       http://www.orxonox.net \n \n       Credits:")
     18    description:setText("                                   Orxonox version 0.0.3 \n \
     19      Programming Language:  C++ - lua - tcl  \
     20      Environment:  OpenAL - Ogre - OIS - CEGUI - enet - ODE  \
     21      Licence:  GNU General Public Licence - Creative Commons \n  \
     22      http://www.orxonox.net \n \
     23      Credits:")
    1924
    2025    description:setSize(CEGUI.UVector2(CEGUI.UDim(1.0, -P.scrollbarWidth), CEGUI.UDim(1.0, 0)))
Note: See TracChangeset for help on using the changeset viewer.