Search found 15 matches
- Sat Oct 28, 2017 1:02 pm
- Forum: Support and Development
- Topic: ads on android
- Replies: 4
- Views: 3600
Re: ads on android
hello, i read from internet that's It is really hard,but possible https://www.google.fr/search?q=love2D+google+ad fond this :https://gamejolt.com/f/can-i-put-ads-on-love2d-android-games/9431 try this : https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/AdMob%20Instructions and this : https://w...
- Fri Oct 27, 2017 8:34 pm
- Forum: Support and Development
- Topic: [SOLVED : anim8] : corrupt or error? (display a pink rect)
- Replies: 4
- Views: 4803
Re: [anim8] : corrupt or error?
Hello,
thanks you for you help !
I edited the image,it works !!
[SOLVED]
thanks you for you help !
I edited the image,it works !!
[SOLVED]
- Fri Oct 27, 2017 2:48 pm
- Forum: Support and Development
- Topic: [SOLVED : anim8] : corrupt or error? (display a pink rect)
- Replies: 4
- Views: 4803
Re: [anim8] : corrupt or error?
This is a bit strange...
I tried on my linux and my android...
EDIT : It only works on my windows 10
any idea ?
I tried on my linux and my android...
EDIT : It only works on my windows 10
any idea ?
- Fri Oct 27, 2017 11:37 am
- Forum: Support and Development
- Topic: [SOLVED : anim8] : corrupt or error? (display a pink rect)
- Replies: 4
- Views: 4803
[SOLVED : anim8] : corrupt or error? (display a pink rect)
Hello,
I tried to display a simple animation with anim 8,but it display a pink rect...
Is it an error by me or by the lib ?
Any suggestions ?
Thanks you !
I tried to display a simple animation with anim 8,but it display a pink rect...
Is it an error by me or by the lib ?
Any suggestions ?
Thanks you !
- Fri Oct 27, 2017 10:51 am
- Forum: Support and Development
- Topic: [SOLVED]Downloading large files + display status
- Replies: 10
- Views: 10732
Re: [SOLVED]Downloading large files + display status
Thanks you a lot for your lövely help !!
It seems to works very well !!!!
[SOLVED]
It seems to works very well !!!!
[SOLVED]
- Wed Oct 25, 2017 8:03 pm
- Forum: Support and Development
- Topic: [SOLVED]Downloading large files + display status
- Replies: 10
- Views: 10732
Re: [NOT solved]Downloading large files + display status
Hello,
I need your help
It works in command line but when i package-it in a .love file,it not works...
any suggestions ?
I need your help
It works in command line but when i package-it in a .love file,it not works...
any suggestions ?
- Wed Oct 25, 2017 7:58 am
- Forum: Support and Development
- Topic: [SOLVED]Downloading large files + display status
- Replies: 10
- Views: 10732
Re: Downloading large files + display status
Thanks you for you replies !!
The code works,it's excellent ! I'll edit when i can do it.
you should publish it in a single topic for others
[post solved]
The code works,it's excellent ! I'll edit when i can do it.
you should publish it in a single topic for others
[post solved]
In my webiste,it workbrogrammer wrote: ↑Wed Oct 25, 2017 1:38 am there are webservers that don't support the header request
most do but some special/customized servers don't
- Tue Oct 24, 2017 2:40 pm
- Forum: Libraries and Tools
- Topic: [class] intro - the easiest way to display a video in your game
- Replies: 2
- Views: 14944
[class] intro - the easiest way to display a video in your game
Hello, It's my second library,Intro :D ! This is a class for load videos,center-it (give the good position) and add the correct scale (if the window is too small) in your game. It is very useful if you want to display a simple video in your game and you want a clean code ! this is an example for dis...
- Mon Oct 23, 2017 3:55 pm
- Forum: Support and Development
- Topic: [SOLVED]Downloading large files + display status
- Replies: 10
- Views: 10732
[SOLVED]Downloading large files + display status
Hello, I use in my game large files (20Mb+),and I would like to make it download files. I found a code using socket,but I want to display in the game window the download status (for example,a progress bar with the percentage and the download speed).I can do it in python but not in lua :/ Have you an...
- Mon Oct 23, 2017 9:03 am
- Forum: Libraries and Tools
- Topic: [class] Shoot class
- Replies: 1
- Views: 2370
[class] Shoot class
Hello world ! I work on a fangame and one part of the game is a shooting game. I searched a lot for use guns and bullet and I found this : http://love2d.org/wiki/Tutorial:Fire_Toward_Mouse So i make this class for my game and I post it here for other who want to use this. It's open-source (under the...