Warning, /education/gcompris/external/qml-box2d/examples/fixtures/Wall.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.2
0002 import Box2D 2.0
0003 import "../shared"
0004 
0005 ImageBoxBody {
0006     source: "images/wall.jpg"
0007     fillMode: Image.Tile
0008 
0009     world: physicsWorld
0010 
0011     friction: 1
0012     density: 1
0013 }