#I'd like to a make a basic platformer with combat.
1 messages · Page 1 of 1 (latest)
https://youtu.be/LOhfqjmasi0?si=PBT2lskYxpJ94zM3
This is a good spot to start.
► Check out Zenva's free Godot course: https://academy.zenva.com/product/godot-101-game-engine-foundations/?utm_source=youtube&utm_medium=partner&utm_campaign=partner-youtube-brackeys-2024&utm_content=partner-youtube-brackeys-202401
► Get 20% off your first year (on top of any existing site-wide discounts!) with this link (first 50 people): ...
Thank you!
FREE Course here ➡️ bit.ly/CCL-yt-144
In this comprehensive tutorial, you'll discover how to master Godot's powerful TileMap system. Whether you're building a retro-style platformer, an RPG like Pokémon, or a Stardew Valley-inspired game, this video covers everything you need to know to create stunning and functional tilemaps.
From settin...
Also, Basic Character2D nodes have a build-in movement script you can attach to them
Oh, how do I access that?
I think the Brackeys tutorial should have shown this as well. But when you attach a script to the Body. Somewhere in the little window for the script attachment you can choose what template you want, and empty one a default one, that holds a ready, and process function, and ( for character body2D ) you can attach a movement template into it
Im not on my pc so I can show you in detail:(
The fact that you take the time to attempt an explanation is very much so still appreciated! I already feel kinda silly doing this, but it's progress I guess. Thank you Illuminor, I hope I can find this script soon!
No problem
Since im on my PC rn i might as well show it to you. It uses the Arrow keys and space and enter for the inputs. But you can change that by changing the input in project settings.
That is... shockingly simple. Thank you very much, this should help cut down on time!
Update: I managed to get through the entire tutorial with minimal issues! I wanna add something like walljumping or a double jump. Maybe the death animation.