Search found 13 matches
- Sun Aug 26, 2012 4:19 pm
- Forum: Ports
- Topic: Love2D WebPlayer (WebGL)
- Replies: 203
- Views: 119323
Re: Love2D WebPlayer (WebGL)
Guys, did you check out MarketJS? I've been playing around with my Ludumdare Game and the WebPlayer and so far, besides a font issue, everything works just as it should! Was thinking of "pimpin" up my LD game once finished and submitting it there! Ghoulsblade: will you continue to work on ...
- Sat Aug 25, 2012 6:59 pm
- Forum: Games and Creations
- Topic: LudumDare24 LoveGames + WebPlayer Tips
- Replies: 48
- Views: 13241
Re: LudumDare24 LoveGames + WebPlayer Tips
Hm, for some reasons I thought .ttf would work! Well, Using .ttf on Desktop, and newImageFont for web!
Thanks Robert!
Thanks Robert!
- Sat Aug 25, 2012 5:59 pm
- Forum: Games and Creations
- Topic: LudumDare24 LoveGames + WebPlayer Tips
- Replies: 48
- Views: 13241
Re: LudumDare24 LoveGames + WebPlayer Tips
Also started working with Love2D for Ludumdare! I want to make the game as accessible as possible, so getting it to run in the browser is on my list! Got it working actually, except for displaying the text on the screen. Using a ttf font which as been loaded and set in love.draw(). Are there any pro...