Warning, /education/gcompris/external/qml-box2d/examples/mouse/Wall.qml is written in an unsupported language. File is not indexed.
0001 import QtQuick 2.2 0002 import "../shared" 0003 0004 ImageBoxBody { 0005 source: "images/wall.jpg" 0006 fillMode: Image.Tile 0007 0008 world: physicsWorld 0009 0010 friction: 1 0011 density: 1 0012 }