Skip to content

Commit

Permalink
Added pulley joint example
Browse files Browse the repository at this point in the history
  • Loading branch information
folibis committed Jan 15, 2014
1 parent 9d6f0bf commit e03a395
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/pulley/Wall.qml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import QtQuick 2.2
import Box2D 1.0

Body {
bodyType: Body.Static
fixtures: Box {
anchors.fill: parent
friction: 1
density: 1
}
Image {
source: "images/wall.jpg"
fillMode: Image.Tile
anchors.fill: parent
}
}
Binary file added examples/pulley/images/wall.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e03a395

Please sign in to comment.