Search found 25 matches

by Donut-Dezz
Wed Jan 29, 2020 12:51 pm
Forum: General
Topic: Mobile scaling.throw off my image start button(HELP)
Replies: 6
Views: 7996

Mobile scaling.throw off my image start button(HELP)

OK. the ? is when you scale like this . using an image button the scaling change the image button position on love.touchpressed and love.mousedpressed?. my question is how do you keep the image start button position. when scaling. scaling changes the start button position. and when i press on the st...
by Donut-Dezz
Mon Jan 27, 2020 6:50 pm
Forum: Support and Development
Topic: Help(this is mobile) the scaling messing up the accuracy on mobile.HELP?
Replies: 2
Views: 1973

Help(this is mobile) the scaling messing up the accuracy on mobile.HELP?

the scaling on this makes the start button and quit button not work on mobile phones.but this makes the mobile game adjust to all types of mobile phones screens ? state = "menu" buttons = {} button = {x = 100,y = 200,start=love.graphics.newImage("start.png")} quit = {} quittable ...
by Donut-Dezz
Sun Jan 26, 2020 8:46 pm
Forum: Support and Development
Topic: mobile,start menu using love.touchpressed
Replies: 1
Views: 1617

mobile,start menu using love.touchpressed

help. the start button and the leave button not working when i press on the start button nothing happens and the same for the leave button ? x1 = 60 y1 = 200 x2 = 398 y2 = 228 state = "menu" function love.load() startbutt = love.graphics,newImage("startbutton.png") leavebutt = lo...
by Donut-Dezz
Sat Dec 21, 2019 4:14 am
Forum: General
Topic: Image Click button
Replies: 4
Views: 4493

Re: Image Click button

I would like if you have a image that you created(example--> HELLO ) make the hello a button so you can click on.
by Donut-Dezz
Fri Dec 20, 2019 3:48 pm
Forum: General
Topic: Image Click button
Replies: 4
Views: 4493

Image Click button

How to make my Image Font Button as a Click Button
by Donut-Dezz
Fri Dec 20, 2019 2:13 pm
Forum: Support and Development
Topic: Mobile scaling
Replies: 5
Views: 4027

Re: Mobile scaling

love2d 10.3
by Donut-Dezz
Sun Dec 08, 2019 10:08 pm
Forum: General
Topic: Mobile? Scaling for multiple devices,resolution and screens
Replies: 1
Views: 3387

Mobile? Scaling for multiple devices,resolution and screens

[all android] on my samsung galaxy j it show normal(small screen). but when i test it on my galaxy s7 edge phone it show small. how can i get my game to adjust to all types of android phone screens
by Donut-Dezz
Sun Dec 08, 2019 9:36 pm
Forum: Support and Development
Topic: Mobile scaling
Replies: 5
Views: 4027

Re: Mobile scaling

pgimeno wrote: Sun Dec 08, 2019 12:51 am What OS, and what's your love.conf?

function love.conf(t)
t.window.resizable = true
t.window.width = 480
t.window.height = 120

end



android
by Donut-Dezz
Sat Dec 07, 2019 1:33 pm
Forum: Support and Development
Topic: Mobile scaling
Replies: 5
Views: 4027

Mobile scaling

the menu render very small on mobile.but render normal(big) size on PC. how to get this menu to render the same on mobile heres the code? function love.load() game = {} game.screen_width = 800 game.screen_height = 600 height,width = love.graphics.getDimensions() awidth = width/180 aheight = height/5...
by Donut-Dezz
Thu Oct 03, 2019 6:25 pm
Forum: Support and Development
Topic: How To Make Love2d Game Display. The Same on All Mobile Size Screens?
Replies: 1
Views: 2310

How To Make Love2d Game Display. The Same on All Mobile Size Screens?

If You Have. A Big Mobile Screen Phone It Display The Same If You Have a Small Mobile Screen Phone. <--How To Do This?