সেরা ভিডিও
A look at Godot's various profiling tools and the performance of different raycast methods.
This is a very detailed article about raycast performance in Godot:
https://sampruden.github.io/po....sts/godot-is-not-the
00:00 Demo project overview
01:00 The Profiler
04:25 Let's add a raycast
08:02 Other Profiling Tools
#godot
En este video, exploramos las novedades más impactantes de Godot 4.4, la actualización que eleva el motor a otro nivel. Desde mejoras visuales hasta físicas avanzadas, esta versión es un must-have para desarrolladores AAA y creadores indie.
📂 CONTENIDO DESTACADO:
➡️ Renderizado Optimizado: Sombras más suaves, SSAO mejorado y mayor eficiencia en escenas complejas.
➡️ Jolt Physics: Físicas 3D realistas y estables para juegos de alto rendimiento.
➡️ Edición Interactiva: Ajusta parámetros EN TIEMPO REAL mientras juegas.
➡️ Tooltips Inteligentes: Aprende mientras desarrollas con ayuda contextual integrada.
➡️ Navegación 3D Mejorada: NPC's más inteligentes y sistemas de audio expandidos.
💾 RECURSOS:
➡️ Descarga Godot Engine: https://godotengine.org/
➡️ Documentación Oficial: https://docs.godotengine.org/
⏱️ ÍNDICE DEL VIDEO:
00:00 - Intro y novedades generales
00:39 - Renderizado y SSAO mejorado
01:58 - Jolt Physics: físicas 3D de próxima generación
03:04 - Edición interactiva en tiempo real
03:34 - Flujo de trabajo: tooltips y cámara 3D
04:11 - Mejoras en audio, navegación y más
#godot #godot4 #godotengine #gamedev #gamedevelopment #indiedev #indiegamedev
En este curso aprenderás lo básico para poder crear juegos en Godot Engine, desde que son las variables hasta como crear tus propias funcionalidades y diseñar noveles este curso cuenta con todo lo necesario para que inicies en el mundo del GameDev.
Assets
https://0x72.itch.io/dungeonti....leset-ii?download#go
Comunidad de discord:
https://discord.gg/jeQ7pfwymR
Curso de GdScript:
https://youtu.be/ZtEG2NZUHU4?si=fRmfq1EM-4n5CLd5
#gamedev #cursogodotengine #cursodeprogramacion #godottutorial
Godot es un motor de videojuegos que durante mucho tiempo ha estado infravalorado, pero después de pasar un mes y medio migrando mi juego, aquí he descubierto que tiene cosas realmente interesantes. Por lo que hoy voy a compartirlo con todos vosotros :D
📂ASSET NV File System: https://godotengine.org/asset-library/asset/2228
🧾ASSET Orchestatror: https://godotengine.org/asset-library/asset/2095
MIS JUEGOS Y REDES SOCIALES:
------------------------------------------------------------------------------------------------------------------------------
🔴Code Cadima: https://gamejolt.com/games/CodeCadima/550090
🟢Stellar Price: https://kickcreator.itch.io/stellar-price
------------------------------------------------------------------------------------------------------------------------------
🟦Twitter: https://twitter.com/kickcreator_dev
⬛TikTok: https://www.tiktok.com/@kickcreator_dev?lang=es
------------------------------------------------------------------------------------------------------------------------------
MUSICA:
--------------------------------------------------------------
♪ Affogato (Prod. by Lukrembo)
Link : https://www.youtube.com/watch?v=YTUF1o9Sf3E
--------------------------------------------------------------
CAPÍTULOS:
00:00 - Intro
00:21 - Transparencias
00:46 - Importar vectores
01:25 - Pesa muy poco
01:48 - Sistema de animaciones
02:20 - Assets gratis
02:46 - Es acogedor y customizable
03:18 - Importar archivos de Blender
03:45 - Escenas dentro de escenas
04:20 - Conclusión y final
Log.gd is a drop-in print(...) replacement that formats and colorizes Godot data structures. It is focused on readable output and ergonomic call-sites.
We'll look at how this addon was implemented (spoiler alert, we wrap print_rich(), branch on the passed object type, and recurse!).
We'll see some of Log's features, including colors, supported data structures, spaces between arguments, not printing a million-billion items in your lists, and prepend the module and line-number in the output.
We'll look at some limitations, such as term-colors and the lack of a call-stack in production builds and threads.
We'll dream about future work and hope to inspire fancy versions of Godot's built-in print functions.
For the sticklers out there, I'll also mention that yes, you should be using the debugger, not print statements, to debug your code. But, you'll see that you still want a nice looking log when you run your game.
You can find more on Log.gd here: https://russmatney.github.io/log.gd/
Buenas, ya ha pasado un buen tiempo desde mi último devlog y con la de cosas que han ocurrido últimamente, creo que va siendo hora de que nos pongamos al día, y les cuente como fue todo el proceso de migrar mi juego a GODOT.
🧾Tutorial del jugador en GODOT: https://www.youtube.com/watch?v=A3HLeyaBCq4&t=445s
⭐Tutorial de shaders: https://www.youtube.com/watch?v=1pJyYtBAHks
🚀Pagina de shaders: https://godotshaders.com/shade....r/gaussian-blur-func
MIS JUEGOS Y REDES SOCIALES:
------------------------------------------------------------------------------------------------------------------------------
🔴Code Cadima: https://gamejolt.com/games/CodeCadima/550090
🟢Stellar Price: https://kickcreator.itch.io/stellar-price
------------------------------------------------------------------------------------------------------------------------------
🟦Twitter: https://twitter.com/kickcreator_dev
⬛TikTok: https://www.tiktok.com/@kickcreator_dev?lang=es
------------------------------------------------------------------------------------------------------------------------------
MUSICA:
--------------------------------------------------------------
♪ Affogato (Prod. by Lukrembo)
Link : https://www.youtube.com/watch?v=YTUF1o9Sf3E
--------------------------------------------------------------
CAPÍTULOS:
00:00 - Intro
00:21 - Lo que sucedió
01:03 - Programando el JUGADOR
04:16 - Programando los ORDENADORES
06:23 - Conclusión
07:45 - Final
Follow along as we understand all the physics behind how to make our very own raycast car vehicle in Godot.
Part 1 of probably 3 or 4.
This first part we'll create the raycast suspension's of the car and explain all sorts of problems and glitches you might find along the way.
As well as some helpful tips on how to calculate the damping ratio.
Wolfram alpha formula:
d=z(2Sqrt[k*m]), z=0.1, m=1, k=100
····················································································
Want to support me?
🌐 Patreon: https://www.patreon.com/Octodemy
Project source files: https://www.patreon.com/posts/....raycast-car-1-127346
····················································································
#godot4 #godot #godotengine
#godot4.4 #godot3d #raycast
CHAPTERS:
0:00 Intro
0:22 How springs works
1:41 Raycast car
3:33 Raycast spring script
8:01 Wheels
10:10 Calculating damping ratio
10:48 Dynamic raycast, custom pull force
¿Qué pasa si se trabaja 100 horas en el mismo proyecto de Godot?
Adquiere el curso en Gumroad:
🎓Curso creación de juegos 3D con Godot 4:
https://germancoronelg.gumroad.com/l/ebetl
🤑Código 50% de descuento:
34RLY4D0PT3R
Adquiere el curso en Patreon:
*Estamos trabajando en hacer funcionar los códigos de descuento.
https://www.patreon.com/collection/794732
También tengo:
📎Patreon:
https://www.patreon.com/GermanCoronelG
🔴 Twitch:
https://www.twitch.tv/germancoronelg
🎞️Canal Secundario:
@germancoroneldos
🚨 ¡Godot 4.5 viene cargadito de novedades! En este video te explico TODO lo que sabemos hasta ahora gracias a los snapshots de desarrollo 💥
🔧 Entre las mejoras más destacadas tenemos:
🎨 SMAA integrado: ¡mejor suavizado de bordes sin perder rendimiento!
🌐 Soporte avanzado para Web: mejoras en WebXR, compatibilidad con CORS, WebP, AudioWorklets y ¡hasta joystick en navegadores!
⚡ Rendimiento mejorado en físicas, animaciones y carga de escenas
🧩 Atajos nuevos en el editor, mejoras de accesibilidad y edición más fluida
📦 Mejoras en la importación/exportación de proyectos, sobre todo para HTML5
💻 Nuevas funciones para scripting en GDScript y C#
🔍 ¡Y más cosas que se irán revelando en próximas betas!
Godot 4.5 Pagina ➜ https://godotengine.org/download/archive/
Godot WEB➜ https://editor.godotengine.org/releases/latest/
GODOT DESDE 0 ➜ https://www.youtube.com/playli....st?list=PLNEAWvYbJJ9
Tutoriales GODOT ➜ https://www.youtube.com/playli....st?list=PLNEAWvYbJJ9
SERIE PLATAFORMAS 2D GODOT ➜ https://www.youtube.com/watch?v=F3T_ZhllzJs&list=PLNEAWvYbJJ9nNOpe6fun7m6L_M8xslYnT&index=1&t=0s
BLOG GODOT NOVEDADES➜ https://godotengine.org/blog/
CUALQUIER COMENTARIO SE AGRADECE :D Y SI OS A GUSTADO
👍 (◔◡◔) NO OLVIDÉIS DE SUSCRIBIROS😄
🎮 🎮 🎮 🎮 ✨🚀 ✨
🎶TODOS LOS COMENTARIOS TRATARE DE RESPONDERLOS
👇Proyectos y Series completas en el PATREON!👇
✔️Patreon: https://www.patreon.com/luiscanary
📷 INSTAGRAM: https://www.instagram.com/luiscanary_/
🐤TWITTER: https://twitter.com/luiscanary
🔴TWITCH: https://www.twitch.tv/luiscanary
✏️DISCORD: https://discord.gg/BEQ2UZY
✏️FACEBOOK: https://www.facebook.com/LuisCanaryy/
QUE PC TIENES? 💻 👀
Gráfica: RTX 3070Ti MSI
Ram: Vengeanze RGB PRO SL 32GB
Procesador: Ryzen 7 5800X
Disco duro 1: 1TB WD_Black SN850 NVMe SSD
Placa base: MSI B550 Gaming Plus
Fuente: Forgeon Bolt PSU 750W 80 Plus Gold Full Modular
Torre: Forgeon Mithril ARGB Cristal Templado USB 3.2 Negra
Ratón🖱: Logitech G502 Hero
Teclado⌨️: Mars Gaming Mk2
Alfombrilla:Newskill atami control
🎮CANAL🎮 https://www.youtube.com/channe....l/UC_XaEmy0Rz49Gkrht
HAS LLEGADO HASTA ABAJO DEL TODOOO🎁🎉🎊
En este vídeo voy a recrear 2 mecánicas interesantes de dos videojuegos:
- El Gancho de Hollow Knight: Silksong (No ha salido, pero por el trailer me puedo imaginar cómo va a ser)
- La mecánica de tragar de Kirby
Vídeo de haciendo el movimiento de Mario Bros. 3 en Godot: https://youtu.be/NRQf3JXlo1A
Vídeo de cómo funciona el agua en los viedojuegos: https://youtu.be/t7p-cv4OrjQ
Gracias a @Thuiro. y a @LucasYT1122 por las ideas de mecánicas en el vídeo.
Y gracias a ti por verlo ;)
🎮 Comment créer un jeu sur Godot ? - Tutorial débutant
🚀 Tu veux créer ton premier jeu avec Godot mais tu ne sais pas par où commencer ? Pas de panique ! Ce tutoriel Godot est spécialement conçu pour les débutants.
✅ Aucun prérequis en programmation ou en game design : on avance pas à pas.
✅ On crée ensemble un vrai petit platformer 2D, simple et complet.
✅ Un apprentissage progressif et clair pour bien comprendre les bases de Godot.
📢 Godot est un moteur de jeu gratuit, puissant et accessible. Avec ce tuto, tu vas apprendre à utiliser l’éditeur, à coder avec GDScript et à créer ton premier jeu vidéo en toute simplicité. Télécharge les assets, suis le guide, et lance ton aventure de créateur de jeux dès aujourd’hui ! 🚀🎮
🎨 Les assets disponibles un peu plus bas ont été réalisés par la talentueuse graphiste Valentine Collino.
Découvre son travail ici 👉 https://www.artstation.com/valentinecollino
▬▬▬▬▬▬▬▬▬▬▬ LIENS ▬▬▬▬▬▬▬▬▬▬▬
► https://forms.gle/Ptio1eWaXdrhrLmQ7
▬▬▬▬▬▬▬▬▬▬▬ VIDÉOS ASSOCIÉES ▬▬▬▬▬▬▬▬▬▬▬
► https://www.youtube.com/watch?v=4Bz5QANpyG4&list=PLUIPH7MJE7Xfw2k11MC-eT1JQRZRweTOL&index=5
▬▬▬▬▬▬▬▬▬▬▬ CHAPITRES DE CETTE VIDÉO ▬▬▬▬▬▬▬▬▬▬▬
00:00 Introduction
01:35 Installation de Godot
02:22 Créer ton premier projet
02:42 Ajout des assets
04:08 Scènes, Nodes & Arborescence
05:18 Création du décor
18:02 Création du joueur
42:36 Ajout de la roulade
50:21 Lancer un objet
01:08:20 Création de l’UI
01:13:39 Perdre de la vie
01:19:58 Créer un système de fléchettes
01:35:20 Créer une condition de victoire
01:41:58 Export
01:45:27 Conclusion
En este video hago un repaso de todos los nodos 2D en godot. Aquí os dejo los enlaces que menciono en el video:
Paquete de sprites: https://pixelfrog-assets.itch.io/pixel-adventure-1
MultimeshInstance: https://youtu.be/mscJW51dotE
Skeleton2D: https://docs.godotengine.org/e....s/4.x/tutorials/anim
NavigationRegion2D: https://docs.godotengine.org/e....s/4.x/tutorials/navi
BackBufferingCopy: https://www.youtube.com/watch?v=NkzL7eUib18
Video en el que me inspiro: https://www.youtube.com/watch?v=22VYNOtrcgM&t=481s&pp=ygURZXZlcnkyZG5vZGUgZ29kb3Q%3D
Capitulos:
00:00 Introducción
00:25 Paquete de Sprites
00:36 Node2D
00:43 Tilemap
01:21 CharacterBody2D
01:30 CollisionShape2D
01:41 AnimatedSprite
02:32 Camera2D
02:54 CollisionPolygon2D
03:09 ParallaxLayer
03:21 DirectionalLight2D
03:31 Sprite2D
03:45 PointLight2D
04:02 LightOccluder2D
04:20 CanvasModulate
04:30 RigidBody2D
04:51 StaticBody2D
05:09 AnimatableBody2D
05:29 Line2D
05:47 Marker2D
06:03 DampedSpringJoint2D
06:21 GrooveJoint2D
06:31 Pinjoint2D
06:40 CPUParticles2D
07:03 GPUParticles2D
07:21 Area2D
07:48 AudioStreamPlayer2
08:04 AudioListener2D
08:15 BackBufferCopy
08:32 CanvasGroup
08:42 MeshInstance2D/ MultiMeshInstance2D
09:01 Path2D/Pathfollow2D
09:11 Polygon2D
09:26 RayCast2D/ShapeCast2D
09:45 RemoteTransform2D
09:58 VisibleOnScreenNotifier2D/VisibleOnScreenEnabler2D
10:19 Skeleton2D Physical/Bone2D
10:32 Navigation Region/Link/Obstacle 2D
Nueva sección en el canal!
Hay veces que recibo comentarios increíbles o con dudas que siento que sería increíble tener en internet en español sobre gamedev, blender o Godot.
Así que esta sección nació como un espacio para intentar contestar los grandes comentarios que dejan en este canal :) Muchas gracias por eso por cierto.
Espero que les guste.
🤑 Cupones de descuento:
-45% curso de Blender:
BL3ND3RG0D450F
🎓Link a los cursos:
https://www.germancoronel.com
📎Patreon:
https://www.patreon.com/GermanCoronelG
🔴 Twitch:
https://www.twitch.tv/germancoronelg
3️⃣ NEXT PART: https://youtu.be/kBzV7vgdQfU
🎁 Support Coco Code and get project files! https://www.patreon.com/posts/94771659
🤯 Join Coco Code members: https://www.youtube.com/channe....l/UCfIiEKtakOPRPnE4i
This guide will help you with your first steps in Godot game engine. You will learn how to extend 2D platformer game created in the previous video with some amazing features, like: dynamic camera, objects to collect, points counting, main menu, level selection and more!
-----------------------------------------
🔗 LINKS IN THIS VIDEO:
Godot download link: https://godotengine.org/
Pixel adventure assets: https://pixelfrog-assets.itch.io/pixel-adventure-1
--------------------------------------------------------------------------------
📋 CREDITS:
Various graphics used in the video: https://www.flaticon.com/
--------------------------------------------------------------------------------
👨💻 SOCIALS:
💜 Join our Discord: https://discord.gg/hNnZRnqf4s
🔵 Follow me on Twitter: https://twitter.com/cococodeyt
--------------------------------------------------------------------------------
🎓 YOU WILL LEARN:
- How to create a sprite in Godot
- How to create an animated sprite in Godot
- How to setup a tileset in Godot
- How to create your first game
- How to create game in Godot
- Is Godot easy
- Godot first steps
- How to use Godot 2D camera
- How to create multiple levels in Godot
- How to show points in Godot game
- How to create main menu in Godot
--------------------------------------------------------------------------------
⚙️ VIDEO CHAPTERS:
0:00 - Intro
0:24 - Dynamic camera
1:53 - Placing collectables
4:12 - Godot window resizing
5:36 - Keep track of collectables
9:53 - Extend game level, add finish
12:58 - Displaying points in UI
16:04 - Creating 2nd level
18:15 - Main menu UI in your Godot game
20:43 - Scene transition
Aprende a crear juegos con scratch desde 0 con este curso completo
https://www.udemy.com/course/a....prende-scratch-2025/
Link de descarga: https://www.mediafire.com/file..../509l4mmk8gor820/Sui
plataformas en scratch: https://www.youtube.com/watch?v=WUTUCpeG1GA&list=PLLoHol93Q6tKIP5LRVB4zijZpSwkKaFZR
mario bros en scratch: https://www.youtube.com/watch?v=FKSo62hYV9k&list=PLLoHol93Q6tIhIM1kKkFTmGRtOqp30AXE
juego de peleas en scratch: https://www.youtube.com/watch?v=HOYfhw-XR4k&list=PLLoHol93Q6tK5F_YjIgFr26UkVCnGFLje
plantas vs zombis en scratch: https://www.youtube.com/watch?v=qm1n0yLs1GM&list=PLLoHol93Q6tJQzRm9cDq9_S5yI-dAzh1m
juegos varios en scratch: https://www.youtube.com/watch?v=F0yXwOhxRus&list=PLLoHol93Q6tIjMNupqqNG7C7PlgrtvThR
#scratch #gamedev #godot #suika #suikagame
Add Checkpoints to your Godot 4.4 Game
[Free Assets] To Follow the Tutorial ► https://www.patreon.com/posts/....checkpoint-in-4-1358
[Project Files] ► https://www.patreon.com/posts/....checkpoint-in-4-1358
Follow me here:
• Patreon ► https://www.patreon.com/mostlymadproductions
• Itch.io ► https://mostlymadproductions.itch.io/
• OTHER Channel ► https://www.youtube.com/@VylanYT
Chapters:
0:00 Creating Global Script
0:35 Coding Global Script
1:00 Set-Up Checkpoint Scene
1:40 Coding Checkpoint
2:28 Make the Player Spawn at the Checkpoint
2:41 Loading Level Tip
In this Tutorial you will learn how to add checkpoints into any of your Godot Game Engine Version 4.4 Games. Additionally you will also learn about Global / Autoload scripts.
Tags: Godot, Godot 4, Godot 4.4, Godot 4 tutorial, Godot Engine, Godot tutorial, GDScript, Godot autoload, Godot global script, Godot scripting, Godot singletons, gamedev, game development, game programming, indie game, indie dev, programming tutorial, coding tutorial, checkpoint, checkpoint system, respawn, respawn points, save point, save system, save and load, game progress, 2D platformer, platformer, 2D game, platformer game, game mechanic, game design, tutorial, beginner
As Thanks, Enjoy this Steam Key for Vylan!
EPLVV-A8W4T-Z88Z5
Basic FPS Controller Code: https://pastebin.com/yJwwpkCu
Shikashi's Fantasy icons Pack: https://cheekyinkling.itch.io/....shikashis-fantasy-ic
Follow along as I code the structure of an RPG type inventory system in Godot 4.
=== Intro / Setup ===
0:00 Intro
0:45 Project Setup
=== Resource Data Structure ===
2:50 Item Data Resource
4:27 Slot Data Resource
5:38 Inventory Data Resource
6:22 Creating a Test Inventory
=== Inventory UI ===
9:07 Slot UI Scene
10:46 Inventory UI Scene
11:47 Inventory Interface
13:12 Populating the Item Grid
15:29 Setting Slot Data
18:02 Quantity Bugfix
19:34 Link Player Inventory Data to Interface
21:24 Toggle Inventory Interface Visibility
=== UI Input ===
23:05 Slot Clicked Signal
25:38 Inventory Interact Signal
27:00 Grab Slot Data
28:35 Update Grabbed Slot Display
30:28 Inventory Updated Signal
31:40 Drop Slot Data
33:41 Fully Merge Slot Data
36:24 Drop Single Slot Data
=== Chest / External Inventory ===
39:22 Interact With Chest
42:12 Link Chest Inventory Data to Interface
44:50 Display External Inventory
46:43 Clear External Inventory
=== Picking Up / Dropping Items ===
48:48 Pick Up Scene
50:59 Pick Up Script
52:25 Picking Up a Slot Data
53:52 Merging Pick Ups
54:56 Drop Slot Data Signal
56:14 Instancing a Dropped Pick Up
57:13 Misc Drop Item Fixes
58:41 Dropping a Single From Multiple
59:31 Drop When Toggling Inventory
=== Simple Consumable Item Example ===
1:00:20 Item Data Consumable
1:02:22 Use Item Slot Function
1:04:24 Heal Function
=== Hotbar ===
1:06:53 Hot Bar Inventory Scene
1:07:44 Populating the Hotbar
1:09:53 Using the Hotbar
=== Basic Equipment Slot Example ===
1:11:20 Item Data Equip
1:12:41 Inventory Data Equip
1:14:13 Equipment Slot UI
=== Misc / Outro ===
1:15:38 Chest Bugfix
1:17:17 Outro
Fala pessoal!
Hoje com um vídeo um pouco diferente, depois da polêmica sobre Godot e Redot, muita gente chegou no canal, e talvez até mesmo com a dúvida: Será que vale a pena usar a Godot? Ou quais as vantagens de usar a Godot?
Por isso, resolvi trazer cinco motivos para discutirmos, se vale ou não pena usar a godot em 2024
Então, já deixa o like, aquele comentário e, se puder e quiser, compartilha com o pessoal.
Vamos lá!!!
Minhas redes sociais
https://www.instagram.com/clecioespindola/
https://github.com/clecioespin....dola/godotPlatformer
Discord: clecioespindola 7294
APOIE NOSSO CANAL
https://www.paypal.com/donate/....?hosted_button_id=N9
https://livepix.gg/clecioespindola
Chave PIX: [email protected]
#criacaodejogos #crieseujogo #tutorialgodot #godot
Udemy Course:https://www.udemy.com/course/i....ntro-to-godot/?coupo
Itch io Asset Pack : https://jackie-codes.itch.io/paradise-asset-pack
Github : https://github.com/anonomity/Godot4Tilemaps
Support the Chanel
Patreon: https://www.patreon.com/jackiecodes
Links
Itch: https://jackie-codes.itch.io/
Twitch: https://www.twitch.tv/jackie_codes
Twitter: https://twitter.com/jackie_codes
Discord: https://discord.gg/kQvV9cG89r
website: jackie.codes
Equipment:
Drawing Pad: https://amzn.to/3VZ9RGn
Webcam: https://amzn.to/3ILykvE
Microphone: https://amzn.to/3QxOWJw
Monitor: https://amzn.to/3WdtVF0
Mouse: https://amzn.to/3QA2QuC
00:00 How I use Scene Tiles
1:22 How to setup
2:31 How to Use in the Script
6:35 Be careful When using Scene Tiles
Apprendre GDScript - Godot Tutorial
🚀 Tu veux apprendre GDScript et créer ton premier jeu avec Godot ? 🎮 Pas de panique ! Ce tutoriel Godot est conçu spécialement pour les débutants.
✅ Pas besoin d’expérience en programmation, on apprend tout pas à pas.
✅ Les bases de GDScript expliquées simplement, sans prise de tête.
✅ Un apprentissage clair et progressif pour t’aider à bien démarrer.
📢 Godot est un moteur de jeu puissant et gratuit, et avec ce tuto, tu vas rapidement comprendre comment coder en GDScript et commencer à créer tes propres jeux ! 🚀🎮
▬▬▬▬▬▬▬▬▬▬▬ VIDÉOS ASSOCIÉES ▬▬▬▬▬▬▬▬▬▬▬
► https://www.youtube.com/playli....st?list=PLUIPH7MJE7X
▬▬▬▬▬▬▬▬▬▬▬ LIENS ▬▬▬▬▬▬▬▬▬▬▬
► https://discord.com/invite/jPVU7Nyzmt
▬▬▬▬▬▬▬▬▬▬▬ CHAPITRES DE CETTE VIDÉO ▬▬▬▬▬▬▬▬▬▬▬
00:00 Introduction
00:43 C'est quoi un script ?
09:58 Les variables
14:37 Les conditions
24:08 Les boucles
30:05 Les inputs
34:37 Les fonctions
40:32 Manipuler les noeuds
46:20 Les signaux
54:54 Les classes et l'héritage
01:00:47 Les getters et les setters
01:03:48 Les arrays et les dictionnaires
01:10:22 Les enums et le match
01:15:37 Conclusion