Search found 6 matches

by ErtYwek
Wed May 27, 2020 12:26 pm
Forum: Support and Development
Topic: What is Image object? First topic.
Replies: 4
Views: 3127

Re: What is Image object? First topic.

pgimeno wrote: Mon Apr 27, 2020 6:49 am I don't know; from a quick test it doesn't seem to count. Löve may be using internal textures for other things, like mipmaps. Why are you bothered about it?
I think about optimization.
by ErtYwek
Sun May 24, 2020 3:55 pm
Forum: Support and Development
Topic: How to correctly use love.mousepressed ?
Replies: 1
Views: 1965

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...
by ErtYwek
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: 6431

Re: Do i need to learn lua before learning löve? Or can I learn it both at the same time?

roblox is full of useless things that can't be used outside of it
No Man. Say Whaaaaat?
by ErtYwek
Sun Apr 26, 2020 8:45 pm
Forum: Support and Development
Topic: What is Image object? First topic.
Replies: 4
Views: 3127

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?
by ErtYwek
Fri Apr 24, 2020 6:32 pm
Forum: Support and Development
Topic: What is Image object? First topic.
Replies: 4
Views: 3127

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

Code: Select all

local sws4 = string.format("images: %.2f ", love.graphics.getStats().images)
return me 13.00 cause i use only one image which disappear very fast.
by ErtYwek
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: 6431

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 ...