Revision 1226892

Go back to digest for 3rd April 2011

Features in Games

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

Including the possibility to place a gift at a certain position in a levelset. The position is specified as x,y where x is the column number (leftmost column is 1) and y the line number (topmost line is 1) of the brick. It can be specified in one of the following ways in a levelset file:
<Gift Position="x,y">GiftType</Gift>
<Gift Type="GiftType">x,y</Gift> or
<Gift>
<Type>GiftType</Type>
<Position>x,y</Position>
</Gift>

File Changes

Modified 4 files
  • /trunk/KDE/kdegames/kbreakout/src
  •   /brick.h
  •   /gameengine.cpp
  •   /levelloader.cpp
  •   /levelloader.h
4 files changed in total