summaryrefslogtreecommitdiffhomepage
path: root/test/testcard.rb
AgeCommit message (Collapse)Author
2019-01-01Add ability to take screenshotTom Black
2018-12-12Remove current web backendTom Black
Preparing for WebAssembly
2018-10-08Reorganize Image, Sprite, and Text argsTom Black
Start with the required argument first as positional, followed by optional ones as keyword arguments Co-Authored-By: Andrew Havens <[email protected]>
2018-10-04Text will use default fontlstrzebinczyk
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