Тёмный

How I do Jump Buffer in Godot in 4 minutes! 

Chaff Games
Подписаться 8 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 21   
@DanielAttaway
@DanielAttaway 6 месяцев назад
A natural companion to the coyote time video. Great video!
@nexgachaclub
@nexgachaclub 6 месяцев назад
Awesome tutorials - very helpful. May I suggest that you do wall-jumps next?
@virtual__
@virtual__ 6 месяцев назад
That sounds fun!
@Pekatarina
@Pekatarina 6 месяцев назад
Good tutorial, thank you for sharing
@NexusBaum
@NexusBaum Месяц назад
great! thx! I finally understood what that term means and how it works. :) it might be more efficient, to re-use the timer and not always create a new one when jumping, but that's probably a minor thing.
@darylpontiflet1228
@darylpontiflet1228 2 месяца назад
great video
@sepsep2076
@sepsep2076 Месяц назад
so simple and clean, great tut
@joi3279
@joi3279 6 месяцев назад
Nice vid, very clear. TQ
@peasant502
@peasant502 2 месяца назад
Super awesome tutorial. Thanks for the info!!
@pour_understanding
@pour_understanding 2 месяца назад
thanks man you explained this well
@Gibbonizer
@Gibbonizer 3 месяца назад
Works like a charm!
@fabriciobraccini7180
@fabriciobraccini7180 6 месяцев назад
Very cool! Will you be doing more FPS weapon stuff?
@Chaff_Games
@Chaff_Games 6 месяцев назад
Probably :)
@fabriciobraccini7180
@fabriciobraccini7180 6 месяцев назад
​@@Chaff_Games awesome! I know it's a niche thing but I'm still very interested in what you'd need to change in the weapon manager you made for a singleton to work so weapons are kept inbetween scenes
@Kapelannew
@Kapelannew 2 месяца назад
Is there something like a universal input buffer?
@hellblazer8543
@hellblazer8543 6 месяцев назад
Hey, can you do coyote timer on finite state machines? thanks
@Chaff_Games
@Chaff_Games 6 месяцев назад
At some point, yes. I do plan on doing finite state machine tutorial series after my spray/recoil tutorials
@Hello-cq6re
@Hello-cq6re 2 месяца назад
Can you please explain to me what is void in functions?
@eloquentraccoon6795
@eloquentraccoon6795 Месяц назад
A void function means the function will not return a specific output. It is somewhat unnecessary to define this in GD-script, since GD will interpret al lot of things for you, for example if there is no return in the function, it means it returns void, but it helps with creating boundaries and readability. It is basically stating that the function CANNOT have a return value, the only thing it returns is a void (so nothing). You can do the same thing with any other data type. So if you were to have a function: "func someything() -> int: " you force the function to return an int value.
@akatsukilevi
@akatsukilevi 19 дней назад
@@eloquentraccoon6795 It is unnecessary yet not declaring types can hurt performance, since it forces Godot to use 'Variant' for everything which tries to infer typing and uses a lot more memory than it should So, actually using strict-typing with GDScript helps both with performance and a lot of minor bugs due to typing-infering
@biomajor099
@biomajor099 День назад
⁠​⁠@@eloquentraccoon6795so if it doesn’t return a specific output, does that mean it doesn’t return any output at all? Or can the output be any type then?
Далее
Making Spray Patterns for My FPS Game!
9:47
Просмотров 3,6 тыс.
You NEED to use Coyote Time in Godot 4
6:24
Просмотров 8 тыс.
OG Buda - Сабака (A.D.H.D)
02:19
Просмотров 134 тыс.
Они захватят этот мир🗿
00:48
Просмотров 312 тыс.
Will A Guitar Boat Hold My Weight?
00:20
Просмотров 68 млн
5 tips for better platformer controls
5:22
Просмотров 204 тыс.
5 Games Made in Godot To Inspire You
4:14
Просмотров 58 тыс.
The Dangers of Taking Shortcuts (as a Game Dev)
20:19
Can I Create Video Games Using SQL? (No Game Engine)
20:58