Revision 1226167

Go back to digest for 3rd April 2011

Features in Games

Julian Helfferich committed changes in /trunk/KDE/kdegames/kbreakout/src/levelloader.cpp:

Adding more flexibility to enter gifts in levelsets. Possibilities include now
<Gift>GiftType</Gift>,
<Gift Type="GiftType"></Gift>,
<Gift Count="3">GiftType</Gift>,
<Gift Type="GiftType">3</Gift>
and
<Gift>
<Type>GiftType</Type>
<Count>3</Count>
</Gift>
And more variations. When the gift count is not given, 1 gift is placed.

File Changes

Modified 1 files
  • /trunk/KDE/kdegames/kbreakout/src/levelloader.cpp
1 files changed in total