Here after 6 years great video this channel is the best channel for godot tutorials we love you bro ♥️....
@kidink0djillwill5 жыл бұрын
This will help a lot of ppl. After choosing the time stamp, and rotating the sword to the desired place, click on insert to keep it there
@indiranarayan95765 жыл бұрын
How do you just make the most perfect videos for my problems?
@Gdquest7 жыл бұрын
Been a while! This two-part tutorial is the result of a collab with Heartbeast. Here you'll learn how to code a close combat mechanic. We're looking at the animation tools and the collision code for the weapon: that's the heart of a combat mechanic. To learn to create ranged attacks, watch Heartbeast's tutorial: kzbin.info/www/bejne/qIqaqK2Bap5ggNk Download the demo: github.com/GDquest/Godot-30-days-tutorial-challenge-2017/releases/tag/1.1 Part 2: kzbin.info/www/bejne/gHPGq5luptljasU If there are less videos lately, that's because I dedicated a lot of time to the official Godot 3 documentation. We're working hard with KidsCanCode and other contributors to increase both the completion and the quality of the docs. Expect some great free and open source content for the release! To get updates about new content and what's going on with GDquest, follow @NathanGDquest on Twitter: twitter.com/NathanGDquest
@skimua27 жыл бұрын
it is problem to download from this link (provided by Calinou): bit.ly/2kVBB2c every link is Forbidden!
@aruche44907 жыл бұрын
I have the same problem. The same for every version.
@Gdquest7 жыл бұрын
Just pinged him about this. Maybe there's a download limit on bintray? You'll have to wait a little bit then or compile the engine by yourself.
@Gdquest7 жыл бұрын
Okay this link should work: godot3builds.digitecnology.com/
@aruche44907 жыл бұрын
Thanks! It works.
@SharxDerCoole5 жыл бұрын
uhf.. why couldnt you show everything from the beginning e.g. explain how to set up the CollisionPolygon2D. Also what do you you mean with "press the insert key"? Would be helpful to know which key it actually is. Edit: just saw its from 2k17 anyways xD
@Gdquest5 жыл бұрын
The insert key is the insert key. In general, there's "ins." written on it on your keyboard.
@eljoagames7 жыл бұрын
You are God of God-ot, please ocntinue making this tutorial :)
@jaredjones65703 жыл бұрын
That's why he makes the big "dot"
@Pspisripoff7 жыл бұрын
When ever i click on download, like, the zip file, it goes to a blank page and says "FORBIDDEN"
@Gdquest7 жыл бұрын
Try this link (same author): godot3builds.digitecnology.com/
@Pspisripoff7 жыл бұрын
TY!
@afjer6 жыл бұрын
Rotation animation doesn't work on current stable build 3.0.6 on both Linux and Windows 10.
@afjer6 жыл бұрын
It's because the property name changed from rotation_deg to rotation_degrees. Got it fixed.
@Bananeisafree6 жыл бұрын
@@afjer Thank you for that
@ragreenburg4 жыл бұрын
I know this is a few years old but how do you get your sword to rotate? I have the rotate icon highlighted and the loc icon un-highlighted but in the video you just click on the sword and rotate it but with my sprite if I click on my sword and try to move it all that happens if the whole sword moves. Edit: I think in the more recent versions of Godot that might not be a feature anymore? But if anyone finds this with the same question (I am on Godot 3.2.3), I got it to rotate by clicking the small icon on the animation time scale (the diamond looking one) and it brings up the inspector on the right and if you change "Value" to whatever angle you want then it'll work. Though it only shows this when playing it back, it doesn't show when you click on the individual icons.
@jerfersonmatos287 жыл бұрын
Where do that little arrow on the sword come from?
@Gdquest7 жыл бұрын
You can use areas to override physics properties. Seems in the beta it had this arrow to indicate... gravity?
@kirbtime53337 жыл бұрын
What if my sword is part of my sprite will it still work with the animation
@Gdquest7 жыл бұрын
If you only animate the sprite, no: you must animate the collider for the collisions to work. The way it is in the example (the sword is a rigidbody2d), everything rotates in the animation, so the collider stays over the sprite on every frame.
@kirbtime53337 жыл бұрын
so i need a weapons sprite with my player sprite on my attack animation
@upyours27077 жыл бұрын
at 9:05 you say "press insert". where do i press "insert"? i cant see it on the video.
@Gdquest7 жыл бұрын
It's the insert key on your keyboard
@fastoon47897 жыл бұрын
I love ur accent Where are you from?
@harrison51617 жыл бұрын
Do you have a tutorial for attacking in Godot 2.1.4 ?? Anyone?