Search found 15 matches

by le171138028
Thu Jun 07, 2018 7:56 am
Forum: General
Topic: love.filesystem and the absurdity of Love2D's file limitations
Replies: 7
Views: 7576

Re: love.filesystem and the absurdity of Love2D's file limitations

Game.love, the program runs, and is loaded into memory.
However, not all resources need to be loaded into memory.
When it is used, it is a more sensible choice to load. This is particularly important in the Android system. Not all mobile phones have large memory.
by le171138028
Mon Apr 16, 2018 8:18 am
Forum: Support and Development
Topic: 11 version setColor BUG
Replies: 10
Views: 5956

Re: 11 version setColor BUG

Beyond, what would it be?
Now, beyond, it's very convenient
by le171138028
Mon Apr 16, 2018 7:59 am
Forum: Support and Development
Topic: 11 version setColor BUG
Replies: 10
Views: 5956

Re: 11 version setColor BUG

Thank you for your advice!
But I look at the color device, I don't know much about it.
Can you give an example?
Thanks very much
by le171138028
Mon Apr 16, 2018 7:17 am
Forum: Support and Development
Topic: 11 version setColor BUG
Replies: 10
Views: 5956

Re: 11 version setColor BUG

Thank you for your reply! But this is wrong. The 11 version limits the drawing and the brightest. And in the 10 version, the drawing brightness is infinite. For example: Love.graphics.setColor (1000,1000,1000,255) -- whitening the picture. This is very free. However, the 11 version limits color to 1...
by le171138028
Mon Apr 16, 2018 6:10 am
Forum: Support and Development
Topic: 11 version setColor BUG
Replies: 10
Views: 5956

Re: 11 version setColor BUG

GIF.gif
GIF.gif (85.1 KiB) Viewed 5322 times
In the 0.10.2 version
We only need to dynamically change the color value to achieve the bright and darkening effect.
by le171138028
Mon Apr 16, 2018 6:01 am
Forum: Support and Development
Topic: 11 version setColor BUG
Replies: 10
Views: 5956

Re: 11 version setColor BUG

In the 0.10.2 version,love.graphics.setColor(400,400,400,255) will make the picture brighter.
It can be very simple to achieve picture buttons, focus, press, special effects.
The 11 version lost this feature.
To achieve the same effect, become complex
by le171138028
Mon Apr 16, 2018 4:42 am
Forum: Support and Development
Topic: 11 version setColor BUG
Replies: 10
Views: 5956

11 version setColor BUG

10 version love.graphics.setColor(400,400,400,255)--Will make the drawing bright 11 version love.graphics.setColor(2,2,2,1)--Equate to{1,1,1,1} Not bright The 10 version is very convenient The 11 version is a helplessness I want to know how the 11 version is going to be realized and the picture is b...
by le171138028
Thu Mar 15, 2018 5:14 am
Forum: Support and Development
Topic: love.mousefocus,trigger,BUG
Replies: 0
Views: 1664

love.mousefocus,trigger,BUG

The mouse is normal, move out the window, then, move into the window, no problem.
When any mouse button is pressed, it is pressed, move out of the window, move into the window, and will not be triggered.
GIF.gif
GIF.gif (5.27 KiB) Viewed 1664 times
by le171138028
Sat Dec 23, 2017 4:05 am
Forum: Support and Development
Topic: Chinese input method candidate box cannot be displayed
Replies: 8
Views: 6343

Re: Chinese input method candidate box cannot be displayed

My English level is dregs. All questions are turned out by the translation software. Please forgive me for the misuse.
by le171138028
Sat Dec 23, 2017 1:54 am
Forum: Support and Development
Topic: Chinese input method candidate box cannot be displayed
Replies: 8
Views: 6343

Re: Chinese input method candidate box cannot be displayed

My God, isn't that a solution to this problem?