just change keyboard into joystick its that easy (obviously controllers have more controls like a D-Pad Left and Right shoulder buttons and more so you wanna customize that)
Well, honestly that is one catch with Löve2D, there's no official way of getting a working APK without a PC. This is why I haven't been posting another video in the series, I guess Löve2D is best suited just for making games, not sharing them
You'll have to use a PC for that. Check one of my older replies, there is no way of exporting to apk through an android phone, at least one that I know of. :-/
Error main.lua:23: attempt to index global 'Scene' (a boolean value) Traceback main.lua:23: in function 'changeScene' main.lua:6: in function 'load' [C]: in function 'xpcall' [C]: in function 'xpcall'
Error Syntax error: Scenes/Scene1.lua:1: '=' expected near 'Scene' Traceback [C]: at 0xd17b8909 [C]: in function 'require' main.lua:2: in function 'load' [C]: in function 'xpcall' [C]: in function 'xpcall'
Sir I respect your talent but the game you made is for equipments with keyboard and we only want games for smartphone...the function you used(keypressed) may not have any use in smartphone..use functions for touch...thanks
bro, please continue this series... the world need this awesome content
Thanku very much......Your videos are easy and helpful... kindly keep it up👍
Glad to know that 😁
This is awesome and super helpful! When is the next video going to be posted?
I guess you'll just have to Waite
I'm sorry I had to do it. Please don't hate me!
We want more of love2d
:`) I won't be posting more videos of Love2D, I think
please make a tutorial on how to make a joystick movement.
just change keyboard into joystick its that easy (obviously controllers have more controls like a D-Pad Left and Right shoulder buttons and more so you wanna customize that)
You should make a game engine for android
But how can I export it as apk
I saw a tutorial but that requires Windows Command Prompt
Well, honestly that is one catch with Löve2D, there's no official way of getting a working APK without a PC. This is why I haven't been posting another video in the series, I guess Löve2D is best suited just for making games, not sharing them
@@NagiDev you can share them tho.. but your friend has to have .love file thing oof
Every time my project starts debugging, it tells me that: module "scenes/" not found...
create a folder name scenes
How to export to apk????
You'll have to use a PC for that. Check one of my older replies, there is no way of exporting to apk through an android phone, at least one that I know of. :-/
@@NagiDev only took you 2 months to reply. ^^
@@presauced oh what can I say, I'm super fast!
@@NagiDev you sure are!
DUDE WTF IS THIS MUSIC LOL
Error
main.lua:23: attempt to index global 'Scene' (a boolean value)
Traceback
main.lua:23: in function 'changeScene'
main.lua:6: in function 'load'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
It looks like you've stored a Boolean value in the Scene variable. Please check your code to see where you're changing Scene variable.
Error
Syntax error: Scenes/Scene1.lua:1: '=' expected near 'Scene'
Traceback
[C]: at 0xd17b8909
[C]: in function 'require'
main.lua:2: in function 'load'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
Nevermind I just had to delete "local"
Sir I respect your talent but the game you made is for equipments with keyboard and we only want games for smartphone...the function you used(keypressed) may not have any use in smartphone..use functions for touch...thanks
Thank you for pointing that out, I'll make the said changes in my next video soon
@@NagiDev I follow your videos and also made same things in love 2d ..:)