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.
Search found 15 matches
- Thu Jun 07, 2018 7:56 am
- Forum: General
- Topic: love.filesystem and the absurdity of Love2D's file limitations
- Replies: 7
- Views: 7924
- Mon Apr 16, 2018 8:18 am
- Forum: Support and Development
- Topic: 11 version setColor BUG
- Replies: 10
- Views: 6318
Re: 11 version setColor BUG
Beyond, what would it be?
Now, beyond, it's very convenient
Now, beyond, it's very convenient
- Mon Apr 16, 2018 7:59 am
- Forum: Support and Development
- Topic: 11 version setColor BUG
- Replies: 10
- Views: 6318
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
But I look at the color device, I don't know much about it.
Can you give an example?
Thanks very much
- Mon Apr 16, 2018 7:17 am
- Forum: Support and Development
- Topic: 11 version setColor BUG
- Replies: 10
- Views: 6318
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...
- Mon Apr 16, 2018 6:10 am
- Forum: Support and Development
- Topic: 11 version setColor BUG
- Replies: 10
- Views: 6318
Re: 11 version setColor BUG
We only need to dynamically change the color value to achieve the bright and darkening effect.
- Mon Apr 16, 2018 6:01 am
- Forum: Support and Development
- Topic: 11 version setColor BUG
- Replies: 10
- Views: 6318
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
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
- Mon Apr 16, 2018 4:42 am
- Forum: Support and Development
- Topic: 11 version setColor BUG
- Replies: 10
- Views: 6318
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...
- Thu Mar 15, 2018 5:14 am
- Forum: Support and Development
- Topic: love.mousefocus,trigger,BUG
- Replies: 0
- Views: 1740
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.
When any mouse button is pressed, it is pressed, move out of the window, move into the window, and will not be triggered.
- Sat Dec 23, 2017 4:05 am
- Forum: Support and Development
- Topic: Chinese input method candidate box cannot be displayed
- Replies: 8
- Views: 6628
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.
- Sat Dec 23, 2017 1:54 am
- Forum: Support and Development
- Topic: Chinese input method candidate box cannot be displayed
- Replies: 8
- Views: 6628
Re: Chinese input method candidate box cannot be displayed
My God, isn't that a solution to this problem?