summaryrefslogtreecommitdiffhomepage
path: root/test/testcard.rb
AgeCommit message (Collapse)Author
2018-09-29Build for WebAssembly, first passbuild-wasmTom Black
2018-09-20Add `Circle` classTom Black
2018-09-12Add ability to rotate texturesTom Black
Includes images, sprites, and text.
2018-09-12Sprite enhancementsTom Black
Add ability to flip the sprite, run a block after an animation, properly change the width and height, and other fixes.
2017-06-12Set image width and height in constructorTom Black
2017-06-03Use named arguments (#65)lstrzebinczyk
2017-05-20Remove trailing whitespace everywhereTom Black
It's what all the kids are doing
2017-05-19introduce lineslstrzebinczyk
2017-04-13Add mouse events, introduce event structsTom Black
2017-04-02Implement Text#height and Text#widthlstrzebinczyk
2017-03-28implement Color#opacity=lstrzebinczyk
2017-02-28Make pointer flash bigger in test cardTom Black
2017-02-17Improvements to test cardTom Black
Slow down FPS text drawing, flash mouse clicks, updates to match API
2016-12-24Merge all tests into `test/` directoryTom Black