Search found 25 matches
- Tue Apr 06, 2021 5:19 pm
- Forum: Games and Creations
- Topic: Among Drip
- Replies: 8
- Views: 4286
Re: Among Drip
⠀⠀⡯⡯⡾⠝⠘⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢊⠘⡮⣣⠪⠢⡑⡌ ⠀⠀⠀⠟⠝⠈⠀⠀⠀⠡⠀⠠⢈⠠⢐⢠⢂⢔⣐⢄⡂⢔⠀⡁⢉⠸⢨⢑⠕⡌ ⠀⠀⡀⠁⠀⠀⠀⡀⢂⠡⠈⡔⣕⢮⣳⢯⣿⣻⣟⣯⣯⢷⣫⣆⡂⠀⠀⢐⠑⡌ ⢀⠠⠐⠈⠀⢀⢂⠢⡂⠕⡁⣝⢮⣳⢽⡽⣾⣻⣿⣯⡯⣟⣞⢾⢜⢆⠀⡀⠀⠪ ⣬⠂⠀⠀⢀⢂⢪⠨⢂⠥⣺⡪⣗⢗⣽⢽⡯⣿⣽⣷⢿⡽⡾⡽⣝⢎⠀⠀⠀⢡ ⣿⠀⠀⠀⢂⠢⢂⢥⢱⡹⣪⢞⡵⣻⡪⡯⡯⣟⡾⣿⣻⡽⣯⡻⣪⠧⠑⠀⠁⢐ ⣿⠀⠀⠀⠢⢑⠠⠑⠕⡝⡎⡗⡝⡎⣞⢽⡹⣕⢯⢻⠹⡹⢚⠝⡷⡽⡨⠀⠀⢔ ⣿⡯⠀⢈⠈⢄⠂⠂⠐⠀⠌⠠⢑⠱⡱⡱⡑⢔⠁⠀⡀⠐⠐⠐⡡⡹⣪⠀⠀⢘ ⣿⣽⠀⡀⡊⠀⠐⠨⠈⡁⠂⢈⠠⡱⡽⣷⡑⠁⠠⠑⠀⢉⢇⣤⢘⣪⢽⠀⢌⢎ ⣿⢾⠀⢌⠌⠀⡁⠢⠂⠐⡀⠀⢀⢳⢽⣽⡺⣨⢄⣑⢉⢃...
- Sat Mar 06, 2021 4:29 am
- Forum: General
- Topic: love is planning world domination
- Replies: 9
- Views: 4684
Re: love is planning world domination
guys! i am from the future, the world is full of duck balloons and rubber piggies, slime has tooken over HELP ME
- Sat Feb 27, 2021 3:42 pm
- Forum: Support and Development
- Topic: Using an older love version gives out a black screen
- Replies: 6
- Views: 1429
Re: Using an older love version gives out a black screen
As darkfrei said, the range love.graphics.setColor uses was changed from 0-255 to 0-1 in version 11.0 of löve . In order to run your code in an older version, you could add this code snippet, in main.lua or elsewhere: local originalSetColor = love.graphics.setColor love.graphics.setColor = function...
- Fri Feb 26, 2021 3:22 pm
- Forum: General
- Topic: When are we going to see 0.12.0?
- Replies: 14
- Views: 7051
Re: When are we going to see 0.12.0?
I looked at the code for the nogame.Lua script in the 12.0 branch in GitHub and the code says a lot of things relating to a "duckloon" which is the floating balloon you see in 11.0 - 11.3 no game screen. Yes, as I said in my post you quoted, there's no new no-game screen yet, its code has...
- Fri Feb 26, 2021 3:11 pm
- Forum: Support and Development
- Topic: Using an older love version gives out a black screen
- Replies: 6
- Views: 1429
- Fri Feb 26, 2021 3:10 pm
- Forum: Support and Development
- Topic: Using an older love version gives out a black screen
- Replies: 6
- Views: 1429
Using an older love version gives out a black screen
I am using supertoast to test detecting love versions, but it gives out a black screen.
- Fri Feb 26, 2021 3:05 pm
- Forum: Games and Creations
- Topic: Sinescroller Demo that detects your love version!
- Replies: 0
- Views: 1270
Sinescroller Demo that detects your love version!
It detects your love version! Only works up to 0.9.1
- Sun Feb 21, 2021 6:07 pm
- Forum: Support and Development
- Topic: Syntax Error
- Replies: 3
- Views: 983
Re: Syntax Error
can you give me the .love and ill take a look at it
- Fri Feb 12, 2021 5:38 pm
- Forum: Support and Development
- Topic: Windows Defender SmartScreen blocking exe from running
- Replies: 2
- Views: 2207
Re: Windows Defender SmartScreen blocking exe from running
Click on more info, and it will give you an option to run it
- Thu Feb 11, 2021 12:24 am
- Forum: Support and Development
- Topic: Love2D app for IOS
- Replies: 1
- Views: 2416
Love2D app for IOS
Why is there no Love2D app in the app store while Andriod has? and I have to do some Xcode jiz to get it working, but I don't have a mac. how do I get it working without a mac?