- added images for pipes and floor
- floor is now working
- raspberry is falling on floor correctly
- images are now getting preloaded
- font ia getting preloaded
- obstacle and pipe constructor now take p5.Image instead of a string with the path
- removed everything to do with drawing background posters
- started working on pipe tiling instead of streching
`game.ts`
- fixed score on new game
`Obstacle.ts`
- made distanceBetweenPipes and startX public
- moved initialization of distanceBetweenPipes and startX to game.setupGame()
`Pipe.ts`
- created move() method to move the pipe
`Raspberry.ts`
- added constant variables for Raspberry size