Thanks DevWorm, I was stuck on this longer than I'd like to admit:P
@dev-worm2 ай бұрын
of course!! Im so glad I was able to help! Im sorry to hear you got stuck on it but in the future if your ever stuck on anything feel free to reach out!!
@MrZalmamea6 ай бұрын
Hey DevWorm! thank you very much for all of your videos! You helped me a lot with my project for one of my courses! Could you maybe bring a video on enemy drops and the use of healing items? That would be an amazing extension to the hack&slash game!
@dev-worm6 ай бұрын
you are so right!! Ill look into it soon! thanks for letting me know!
@evadeleukste8141Ай бұрын
Hello DevWorm! When i try to follow this, the text this returns in a null value: Invali set index 'text' (on base: 'null instance') with value of type string. How can i fix this? I already used str(score).
@KennyT_OfMusic6 ай бұрын
Thank you so much for the tutorial, im creating my first ever game and will add this to my need to watch list 🎉
@Dunkable6 ай бұрын
LET'S GO KENNY
@dev-worm6 ай бұрын
hope it is able to help!! goodluck with your game!! update me on how it is going and if you ever need anything please let me know!
@TrostCodes6 ай бұрын
Thanks so much for this! Just curious, is there a reason you're not making an Enemy class that both the bat and frog would extend? I'm a Godot beginner so just curious :)
@dev-worm6 ай бұрын
I just wanted to keep the 2 enemies separate sense they are each dealing different damage to the player! so the way i separate them in the script is by there class!
@CashsCoffee6 ай бұрын
Hey DevWorm! I love your stuff. Your videos helped me grasp a lot of concepts as a beginner in Godot. I’ve been working in the engine for 2-3 months now and away from KZbin tutorials for a while - focusing on the Game Programming Patterns book by Robert Nystrom. I’m planning to binge your videos soon to take my understanding of how to *really* work in Godot to the next level. I already have a list of your videos that look really good, but I was wondering if you had any personal favorites or ones you think stand out? Thanks!
@dev-worm6 ай бұрын
I personally love the full series!! as they walk through the entire creation process of the game and go over so many fundamental features you need to know and they are unedited so when errors happen we debug together and you end up learning a lot so personally I recommend the "How to Create an RPG game in Godot 4" and it gets really good feedback as well! if you come across any issues while following along with the series just let me know and Ill be here to help!
@CashsCoffee6 ай бұрын
@@dev-worm awesome! thank you. looking forward to starting it tomorrow
@Fiv5XD6 ай бұрын
Bro can you make a tutorial on how to make mobile joystick or controls?
@KSVAQ6 ай бұрын
Can anyone tell me how made this global script :)
@dev-worm6 ай бұрын
create a new blank script. then go into project settings then to autoloads and autoload the script you created!! I went over it step by step in a previous tutorial in this series on how to make a hacknslash game in godot
@KSVAQ6 ай бұрын
@@dev-worm what's happening to me is godot refusing to see the global script for some reason