I think about optimization.
Search found 6 matches
- Wed May 27, 2020 12:26 pm
- Forum: Support and Development
- Topic: What is Image object? First topic.
- Replies: 4
- Views: 3250
- Sun May 24, 2020 3:55 pm
- Forum: Support and Development
- Topic: How to correctly use love.mousepressed ?
- Replies: 1
- Views: 2094
How to correctly use love.mousepressed ?
Hey! I have problem with function love.mousepressed(x,y,mousebutton,istouch). I'm trying to make a simple button library and as you can see below I've made something already. But unfortunately, I stuck on trying to let buttons change the color after mouse click until the mouse button is not released...
- Sun Apr 26, 2020 8:49 pm
- Forum: Support and Development
- Topic: Do i need to learn lua before learning löve? Or can I learn it both at the same time?
- Replies: 13
- Views: 6919
Re: Do i need to learn lua before learning löve? Or can I learn it both at the same time?
No Man. Say Whaaaaat?roblox is full of useless things that can't be used outside of it
- Sun Apr 26, 2020 8:45 pm
- Forum: Support and Development
- Topic: What is Image object? First topic.
- Replies: 4
- Views: 3250
Re: What is Image object? First topic.
Hi! Thank you for your reply. But I'm not sure what it means. So I have 1 image and 7 texts in total. Still away from 13. Did rectangle counts as opengl image?
- Fri Apr 24, 2020 6:32 pm
- Forum: Support and Development
- Topic: What is Image object? First topic.
- Replies: 4
- Views: 3250
What is Image object? First topic.
Hey Ho! This is my first topic there on the LOVE2D forum and I hope it did not break any rule.
Question as in title. I don't understand why return me 13.00 cause i use only one image which disappear very fast.
Question as in title. I don't understand why
Code: Select all
local sws4 = string.format("images: %.2f ", love.graphics.getStats().images)
- Fri Apr 24, 2020 6:26 pm
- Forum: Support and Development
- Topic: Do i need to learn lua before learning löve? Or can I learn it both at the same time?
- Replies: 13
- Views: 6919
Re: Do i need to learn lua before learning löve? Or can I learn it both at the same time?
Do I need to learn lua before learning löve? Or can I learn it both at the same time? I am new with programming (started yesterday) only watched a couple of tutorials. But Got to think that i needed to learn lua first. Because there where some tutorials where they said that you only can make games ...