Howdy! Something I forgot to show in the video. At the end when I show how to automate the limits. To do the code I show, you need to add any tilemaps to a tilemap group. You can do this by going to the inspector panel, click the node tab, then groups. There you can add nodes to groups. Enjoy!
@MightyGamer-dw8pi3 жыл бұрын
forgot to tell them to make it work go to your player script and add a line in func _ physics _process(delta) $(name of camera node)._auto_set_limits()
@GameEndeavor3 жыл бұрын
@@MightyGamer-dw8pi Didn't forget, I just didn't hold your hand. My tutorials expect that you have an understanding of basic programming concepts (how to use a function). But don't call it in _physics_process. That will call it 60 times a second, when once in the _ready method will most likely be sufficient.
@MightyGamer-dw8pi2 жыл бұрын
@@GameEndeavor my bad man
@keithwinget5264 жыл бұрын
Wow, this is one of the most fluid and concise tutorials I've seen for Godot. Well done! I know it's 2 years old, but it's never too late to give praise!
@GameEndeavor4 жыл бұрын
Thank you! Very long time since I made this, I'd almost hate to watch it now, lol.
@keithwinget5264 жыл бұрын
@@GameEndeavor Well, I've been working on a project and perusing quite a great deal of videos on the subject, and the number of them where the first half of the video is dedicated to describing what the person is going to be talking about and qualifying the context of the video, then muddling through the demonstration as if for the first time is astounding. That said, yours is good purely on its own merit. The context of other vids I've seen just makes it look even better.
@GameEndeavor4 жыл бұрын
@@keithwinget526 Ah yes, that was one of the core goals of my tutorials. Short, sweet, and to the point. :) Glad you enjoyed it.
@TerrariaMcJo Жыл бұрын
This was the most helpful camera tutorial I've seen so far. I even learned things I never knew! Thanks!
@solsystem13423 жыл бұрын
Thanks, I spent half an hour looking up commands to try and move the camera when all I needed to do was hit the current checkmark. I'm dying but thank you!
@truechampignon64593 жыл бұрын
Even though I wanted something totally different, this tutorial explained the whole system so well it helped me. Thank you!
@easyU2B6 жыл бұрын
This is really informative. Thanks for creating these videos! I'm looking forward for the smart camera tutorial.
@GameEndeavor6 жыл бұрын
Thank you for watching them! That video will be published tomorrow. :)
@danielcarkner15485 жыл бұрын
Just searched for Godot animation videos and found this series. Helpful, but also very nice & cute drawing style, good work!
@jayxofficial51264 жыл бұрын
Straight to the point! I love it.
@GameEndeavor4 жыл бұрын
It saves you and I a whole bunch of time so win win!
@froyorex48565 жыл бұрын
Please keep posting, I subbed just for this.
@bluepsiongamer49094 жыл бұрын
Great video! This is really concise and easy to follow.
@sc-mh3jj4 жыл бұрын
Very concise and informative. Thanks!
@Psychxa2 жыл бұрын
bro you help my game i love you
@felixclotida34685 жыл бұрын
thank you very much this helped alot hope you keep making more videos like this one there very informative
@GameEndeavor5 жыл бұрын
Thank you for watching. :) I plan on doing more node breakdowns for my commonly used nodes like Tweens and Raycasts.
@flaviokonti55225 жыл бұрын
Your videos are really helpful buddy! Thanks
@GameEndeavor5 жыл бұрын
Thank you for watching them. :)
@willjohn86975 жыл бұрын
where can i get the demo code
@coffee_bean__3 жыл бұрын
I have a Camera2D attached to the Player Node, but no matter how much I change the drag margins, the camera ALWAYS follows the player. Why won't my drag margins work? :(
@user-vv1do1wg1j4 жыл бұрын
Great video, helped me a ton
@yourkodi39454 жыл бұрын
Hi friend, are the spinning coins just animated sprites or via code?, if so what is the code to make the coins spin?
@GameEndeavor4 жыл бұрын
They're just animated sprites. :) Though if you wanted to achieve a similar effect through code then you could adjust the sprite's scale.x over time.
@Sanad44444 жыл бұрын
I wanna to create a 2d game but i don't know anything need help
@Sanad44444 жыл бұрын
Thank you for help 😊
@aheahetaroman5 жыл бұрын
what is difference simple parenting to player and follow by script?
@madebyLGrabowski6 жыл бұрын
Have you encountered any instances of Sprite jittering/stuttering when using the smoothing effect?
@GameEndeavor6 жыл бұрын
Used to I'd notice some very strong jittering whenever the camera moved, and this would happen ocassionally. I don't know why I haven't noticed it lately. Could be that I'm working on a newer version? Disabling and re-enabling the camera usually worked for me.
@borissman4 жыл бұрын
very clear, thank you
@tonyboychannel79365 жыл бұрын
Is it ok to make a video like this, and ill post it to my channel?
@nihalshrivastav62526 жыл бұрын
nice!
@desoft8b5 жыл бұрын
Hello, have you abandoned the production of these videos? It's a shame, it's one of the few channels that subtitles.
@GameEndeavor5 жыл бұрын
Yeah, for now. The videos are a massive time sink that takes too much of my attention away from game development.