summaryrefslogtreecommitdiffhomepage
path: root/not/Sprite.lua
AgeCommit message (Expand)Author
2018-04-07Renamed setAnimationsList to setAnimations to follow love's naming conventionAki
2018-04-07Changed values of colours in mask in newImageAki
2018-04-07Hopefully all uses of setColor now use values in <0,1> rangeAki
2017-09-20Removed obsolete create methodsAki
2017-09-14Added crude way to toggle Sprite drawingAki
2017-09-12Removed obsolete offsets and scale from draw of Sprites and childrenAki
2017-05-26Halfway through with moving to new OOP moduleAki
2017-03-19Debug is obsolete in not.SpriteAki
2017-03-19Moving draw away to abstract classesAki
2017-03-19Comments, todos, pretty uselessAki
2017-03-19No constructors for abstractsAki
2017-03-19Small changes, commentsAki
2017-03-19Initializers in PhysicalBody, Hero and SpriteAki
2017-03-19Night commit, added PhysicalBody, newImage to spriteAki
2017-03-16Moved ? -> not.?; Renamed Player -> HeroAki