Page 13 of 14

Re: Mars Lander. Any collaborators? Noobs welcome.

Posted: Sat Nov 20, 2021 1:56 am
by togFox
I'll try resizing through love draw and see what happens.

Re: Mars Lander. Any collaborators? Noobs welcome.

Posted: Sun Nov 21, 2021 8:53 am
by Gunroar:Cannon()
if it doesn't work out let me know

Re: Mars Lander. Any collaborators? Noobs welcome.

Posted: Sun Nov 28, 2021 8:50 pm
by ligeja
Noobs don't understand Self, classes, oo and state machines etc. Doesn't mean we can't do that. :)

Re: Mars Lander. Any collaborators? Noobs welcome.

Posted: Mon Nov 29, 2021 4:10 pm
by Gunroar:Cannon()
Some touch support. Editted aspect.lua, main.lua.
Added libs paddy.lua, oscheck.lua and class.lua. That should be all :? .
It works with both DESKTOP and touch screen devices know. Touchpad is not drawn when on DESKTOP. Though still can't buy stuff. Could use e,q,and other buttons on left side pad.(p,e,q,o)

Edit: *now ... not know

Re: Mars Lander. Any collaborators? Noobs welcome.

Posted: Tue Nov 30, 2021 9:14 pm
by togFox
Cool. I'm very interested in seeing how you did this so I can make more things android compatible.

Re: Mars Lander. Any collaborators? Noobs welcome.

Posted: Tue Nov 30, 2021 9:42 pm
by GVovkiv
Gunroar:Cannon() wrote: Mon Nov 29, 2021 4:10 pm Some touch support. Editted aspect.lua, main.lua.
Added libs paddy.lua, oscheck.lua and class.lua. That should be all :? .
It works with both DESKTOP and touch screen devices know. Touchpad is not drawn when on DESKTOP. Though still can't buy stuff. Could use e,q,and other buttons on left side pad.(p,e,q,o)

Edit: *now ... not know
nice

Re: Mars Lander. Any collaborators? Noobs welcome.

Posted: Tue Nov 30, 2021 10:50 pm
by Gunroar:Cannon()
Yeah, thanks to your aspect.lua too.

Re: Mars Lander. Any collaborators? Noobs welcome.

Posted: Wed Dec 01, 2021 10:38 am
by GVovkiv
Gunroar:Cannon() wrote: Tue Nov 30, 2021 10:50 pm Yeah, thanks to your aspect.lua too.
Yeah "epic" library
I have plans, as i write in post, to rewrite that thing with adding functions to deal with more situations, etc
So, yeah

Re: Mars Lander. Any collaborators? Noobs welcome.

Posted: Wed Dec 01, 2021 2:41 pm
by Gunroar:Cannon()
Just be careful, I had to modify the new aspect.lua that tog used to graphics.push("all") to get paddy canvases to work or else it tells me something like love.grapr.present can't be called with an active canvas :?

Re: Mars Lander. Any collaborators? Noobs welcome.

Posted: Wed Dec 01, 2021 5:06 pm
by GVovkiv
Gunroar:Cannon() wrote: Wed Dec 01, 2021 2:41 pm Just be careful, I had to modify the new aspect.lua that tog used to graphics.push("all") to get paddy canvases to work or else it tells me something like love.grapr.present can't be called with an active canvas :?
Well, i guess since this library like super easy and practicaly don't do anything really complex, i guess nothing should break