Godot 3.2: Let's Build a 2D Platformer!: Part 15 (Menu Screens, Buttons, Default Scene)

  Рет қаралды 36,777

BornCG

BornCG

Күн бұрын

Пікірлер: 116
@t14seara38
@t14seara38 2 жыл бұрын
This is actually the most useful tutorial series I have ever watched! Thank you a lot my man!
@AutMouseLabs
@AutMouseLabs 3 жыл бұрын
This is one of the best tutorials I have ever watched. I am almost sad that I am almost done.
@chimaerica1613
@chimaerica1613 3 жыл бұрын
same :(
@BornCG
@BornCG 3 жыл бұрын
❤️
@fishingrod2253
@fishingrod2253 2 жыл бұрын
the label node was changed and now the custom font feature was removed? ok so i figured it out, its on theme overrides
@BornCG
@BornCG 2 жыл бұрын
Yup, it’s still there, just moved slightly in the same inspector dock area.
@CalmProto
@CalmProto 4 жыл бұрын
Am having a lot of fun with the Godot 2D and 3D playlists of yours. Very informative and sparking interest in another project of mine. Thank you!
@hbomb70
@hbomb70 9 ай бұрын
I am a bit stuck I am working in Godot 4.0.2 so it could be related to this, I have everything else working except the title screen window size? When I play the scene it does not show everything at 1024 x 600 it shows all items in the top left corner of the screen. I have checked and double checked the screen resolution properties in the project file. Does anyone know what I am missing?
@swanvonmane8533
@swanvonmane8533 3 жыл бұрын
Such a great series. It's been so easy to retain information, with only having a minimal understanding of coding syntax previously, I could probably confidently get that knowledge from just these tutorials here. I even felt comfortable enough to go back and add my own mechanics to the title screen with a collection of all the things I learned from the previous tutorials. For the title screen, I set it up similarly, but I made all the icons interactable. The character icon was the Steve character, which you could move around with the controls on a platform. You could stomp on a stationary enemy, pick up coins(which did nothing for the title screen) and even jump off the platform, which would start the first level(with the handy use of a fall zone). Another small challenge for anyone looking to apply their recently gained knowledge.
@breme3757
@breme3757 3 жыл бұрын
Noice
@solodolphin
@solodolphin 4 жыл бұрын
Thanks aloooooot for your tutorials. it really helped me to learn godot.
@IustinNitza
@IustinNitza 4 жыл бұрын
I'm glad that you also have a 2d series. I'll actually start with this one :)
@ali32bit42
@ali32bit42 3 жыл бұрын
the way you connect button signals to themselves is pretty messy . just connect them to the control node or menu root and use just one script to control everything. you can even have a dynamic UI in game play since you can control all menu items with one script. for example in my version of 2d platformer practice has no "game over" scene . the replay menu shows up in gameplay with fancy animations instead . and you can then tap to replay . i can even change the gameover text based on what killed the player .
@CorvusNumber6
@CorvusNumber6 4 жыл бұрын
These are my go-to videos when I'm learning Godot - Thank you! Much appreciated!
@muajin
@muajin 4 жыл бұрын
Mine too :D
@ritamch7518
@ritamch7518 3 жыл бұрын
Same here!
@abdallhhelles
@abdallhhelles 3 жыл бұрын
dude I've gone so far in this series, this is my first comment and I wanna thank you for your amazing tutorial! I would really love to see a godot speedrunner platformer game tutorial.
@Kriterian
@Kriterian 3 жыл бұрын
Can someone explain how to change the text of "Collect X coins to win" label using the variable max_coins from the coin.gd script? I'm trying to make it so I don't have to manually change the label every time I change the code. I'd like them to be connected so the text changes automatically.
@DDIX339
@DDIX339 2 жыл бұрын
Лучший канал про Godot !
@TheAfendz
@TheAfendz 4 жыл бұрын
Thanks so much for this series and taking the time to properly explain everything! I am really enjoying following along
@ritamch7518
@ritamch7518 3 жыл бұрын
Me too!
@helianthe3457
@helianthe3457 3 жыл бұрын
To change which scene is the main one, you can also go to the list of files (you know, your file docs bottom right from where you drag stuff) and right-click on the scene you want to make a main scene, you should have a "set as main scene" button there!
@afiqhafizimohd1134
@afiqhafizimohd1134 2 жыл бұрын
THANKS HELIANTHE, I was trouble why when I play scene it go through to the games but not at the main menu. Thanks you help me so much ♡
@helianthe3457
@helianthe3457 2 жыл бұрын
@@afiqhafizimohd1134 No problem! I hope you have fun with godot! :D
@daviddryden7668
@daviddryden7668 2 жыл бұрын
I really appreciate all the editing and video effects you add to make this tutorial easily digestable. It helped me stick with you channel :D
@nawarfox1977
@nawarfox1977 2 жыл бұрын
epic! :)
@SanjayPatel-wr8yd
@SanjayPatel-wr8yd 4 жыл бұрын
To rotate a label, textureRect or anything press ctrl + Left-Click and move your mouse. It will rotate~!
@yume-YT
@yume-YT 4 жыл бұрын
Is there an ETA on the next vid? Im really enjoying them thank you for doing them
@turtlesfish8075
@turtlesfish8075 4 жыл бұрын
i wanna learn how to make android games using godot and thanx this really helped me
@ritamch7518
@ritamch7518 3 жыл бұрын
Yes me too, would love to see a tutorial on that!
@ArtER21
@ArtER21 4 жыл бұрын
Thanks , a good series with lots of helpful info , I did not actually follow along because I had my own platformer already started but the series helped hugely. I ended up with the camera and HUD as child in the Player scene and an auto load game manger script to hold score and coins and a couple other things across levels, my start and game over menu's are super basic but work , this video has my game pretty much at level designing and artwork, I have been using a little app 'sfxr' for some little sounds and looking for a way to make some background music , considering I have used Godot for only two weeks now and started with a slim experience with a bit of c++ it says a lot about the value of tutorials like this. one thing I am wondering about is the warnings I get from the "get_tree(). change_scene" command , is it standard to just ignore such warnings?
@jessemills4956
@jessemills4956 Жыл бұрын
Super helpful tutorial! I was wondering, Mr. BornCG, if you knew a way to create a GD-Script code function that "quits" the game, on the main title menu? For this sort of 2D game environment. Thanks!
@betterteen
@betterteen 3 жыл бұрын
Can you make a tutorial about 1. My own graphics for bottons in menu 2. A botton for shop and open with it the coin cowenter and the is botton to buy things in the shop with the amount that like new guns and clothes, new characters Eample the gun that I want to buy with 10 coins and I have like 25 and make it down to 15 coins and.. I know that too long...
@bubblemage
@bubblemage 4 жыл бұрын
isn't there a quick way to duplicate Labels and stuff? Because yes there's Ctrl + D which duplicates something but if you change its font size for example, it will change the font size of the other label as well! Why? having to create every single label/panel/etc from scratch every single time is tedious as hell :( the duplicate thing isn't working how it should!
@anirbanjacky2981
@anirbanjacky2981 4 жыл бұрын
I thought this was the last video of the platformer miniseries.. So I added ladders, keys, locked doors on my own.. 😅😅.. By the way great series.. Looking forward to see more videos of adding more features to the game. 😁
@BornCG
@BornCG 4 жыл бұрын
Ha! .. good! .. I think you might find it beneficial to compare how you made ladders and other elements to how I made them (for comparison's sake).. I will be continuing with more 'platformer addition' tutorials including ladders, fireballs, lives, etc in the semi-near future.... =)
@anirbanjacky2981
@anirbanjacky2981 4 жыл бұрын
@@BornCGYess.. I am looking forward to seeing those videos.. Thanks 🙌
@AnibalKitchen
@AnibalKitchen 2 жыл бұрын
Thanks, the best tutorial series!
@BornCG
@BornCG 2 жыл бұрын
Thanks! Glad it's been helpful!
@jbanimations8475
@jbanimations8475 3 жыл бұрын
Hey! Did you give up on the fireballs? 😢😢😢
@WoshMKS
@WoshMKS 2 жыл бұрын
Great series! Unfortunately in this episode the download links are not working.
@BornCG
@BornCG 2 жыл бұрын
I’ll fix the links ASAP!
@BornCG
@BornCG 2 жыл бұрын
Fixed
@mqbaka
@mqbaka 2 жыл бұрын
You gotta make a tutorial about how to create a menu with just one snap whithout using an infinity stone. Thanks for the tutorial anyway :D
@solodolphin
@solodolphin 4 жыл бұрын
when the new video will be uploaded?
@Gremory_666
@Gremory_666 2 жыл бұрын
thanks
@69Bruhmoney69
@69Bruhmoney69 3 жыл бұрын
When I put the game into full screen the title screen does not expand.
@monroycalderon6740
@monroycalderon6740 3 жыл бұрын
I have a problem, when the enemy fall to the fall zone I dead,What i can do?
@antoniowagner8914
@antoniowagner8914 3 жыл бұрын
You are great. I am brazilian, but I can understand all.
@villainsgame9778
@villainsgame9778 4 жыл бұрын
16 tourial plz plz plz plz plz plz plz plz plz plz plz plz🙏🙏🙏🙏
@amitakanawaje253
@amitakanawaje253 4 жыл бұрын
When is the new video coming
@9livesK9
@9livesK9 4 жыл бұрын
Really good tutorial but I have an issue with when scaling up the window, the background of the menu scenes don’t scale up and are at a fixed resolution and the buttons and labels won’t adjust to remain centered as you scale or go into full screen mode. How do you do that in Godot?
@benjay5655
@benjay5655 3 жыл бұрын
dont know if you guys cares but if you are bored like me during the covid times you can stream pretty much all the latest movies and series on instaflixxer. Been binge watching with my brother recently xD
@alexiskylo8916
@alexiskylo8916 3 жыл бұрын
@Ben Jay yup, I have been watching on Instaflixxer for months myself =)
@_Cobay
@_Cobay 2 жыл бұрын
For some reason the files for the fonts and UI elements aren't working for me. Mirror1 says that it's been deleted by the owner while the other says it's been blocked by Bitly because it could potentially be harmful.
@BornCG
@BornCG 2 жыл бұрын
Sorry about that! I’ll be fixing my Godot asset links in the next couple of days! I accidentally shuffled around some of my shared files.
@togashi-azul
@togashi-azul 2 жыл бұрын
If I duplicate a label and try to change it font size it will change both labels font size... Is it a bug or a feature? Also, is there a way to duplicate a label without having this problem?
@codingnoob4178
@codingnoob4178 2 жыл бұрын
Go to your label/font in the inspector, and click on the dropdown by "DynamicFont" and click "make unique" and it won't be tied to the first label size anymore.
@WICKEDCARTOONS
@WICKEDCARTOONS 4 жыл бұрын
hello, which episode shows you how to make the fire-balls???
@BornCG
@BornCG 4 жыл бұрын
It's not up yet. I'm hoping to have things wrapped up in this tutorial series by Xmas break. 👍
@WICKEDCARTOONS
@WICKEDCARTOONS 4 жыл бұрын
@@BornCG yay thank you!!!
@jordanj.scavone-author7494
@jordanj.scavone-author7494 Жыл бұрын
This has been awesome so far! You may go into it later, but I was just curious, could you just make a title screen as a PNG image and slap it onto a "CONTROL" node and then add a start button in Godot? Maybe that's a silly question, just curious.
@gehadmohammed2658
@gehadmohammed2658 4 жыл бұрын
hey man, thanks for the amazing tutorial :) btw the tutorial links in the description are broken!
@BornCG
@BornCG 4 жыл бұрын
Thanks! And thanks for the heads up. Turns out my playlist links were broken in many recent video descriptions. Fixed now.
@fookarian-therealfooker3542
@fookarian-therealfooker3542 3 жыл бұрын
Thank You So much for your Videos.I,m now so Grateful to you!!!!.Your videos will inspire me a lot i believe!!
@secretsahishchannel
@secretsahishchannel 3 жыл бұрын
i made 2 levels by making the playbutton open a new levelselect scene where you would choose different levels/scenes but in the new level i made the coins hud doesnt update. i tried looking through the code and made multiple print lines to see whats working and the "on_coin_collected" function it doesnt print. on the original level / level1 the hud works perfectly fine. thanks for the amazing series though! edit: i posted this 30 seconds ago and found out how to fix it, i made a signal function thingy for each coin. it might not be efficient but it works
@zeeshanshaikh1367
@zeeshanshaikh1367 4 жыл бұрын
This is best series.....after this plz do 3d game like subway surfers for mobile.....with mobile gestures..... really appreciate this
@MRDUDE-rx6dc
@MRDUDE-rx6dc 4 жыл бұрын
can u made 3d fps shooter pls ?
@OmRedaTV
@OmRedaTV 4 жыл бұрын
great job, your videos helped a lot, but i wondering if it is possible to make video how to use text input to get player name and high score screen to save and load high scores from file thanks a lot keep up a good work 👍
@ahsasvomarba1045
@ahsasvomarba1045 4 жыл бұрын
Thank You! From Belarus
@loyisongcobo7565
@loyisongcobo7565 3 жыл бұрын
great series! THE labels on the HUD disappeared for some reason, any solution? Anyone with the same problem, try adding the textures and fonts again to them
@sachindharankar8473
@sachindharankar8473 4 жыл бұрын
Sir basically I want to create something like trampoline or spring which will push the player up in air . So what kind of body I need to use to make it work ?? And thanks for such a awesome series ☺
@BornCG
@BornCG 4 жыл бұрын
I plan most likely on making a launching spring tutorial for this platformer as well as many other additions in the coming few months!
@Wineblood
@Wineblood 4 жыл бұрын
I was following this quite closely then I fell behind and picking it up again is hard.
@morganahusky85
@morganahusky85 2 жыл бұрын
Muy bueno este episodio.fue rápido y sin muchos códigos.
@ifeomaadegalu4711
@ifeomaadegalu4711 4 жыл бұрын
Please create a series on godot for multiplayer games...
@sksahil4374
@sksahil4374 3 жыл бұрын
great
@tessangome8830
@tessangome8830 4 жыл бұрын
Hey thanks very much for these tutorials its been helping me a lot . the work you have been doing is great 👌
@sk3tmen
@sk3tmen 3 жыл бұрын
Great tutorial! Very easily to understand. :D
@luffyenternity5368
@luffyenternity5368 4 жыл бұрын
Part 16 Please
@syedrizvi6408
@syedrizvi6408 3 жыл бұрын
WOW, that is super great video. I just learned that you got married a year ago. Congrats. I wish all the best in your life.
@BornCG
@BornCG 3 жыл бұрын
Thanks! 🥰
@fernanboxfrias381
@fernanboxfrias381 4 жыл бұрын
upload please
@splatling5271
@splatling5271 4 жыл бұрын
Nice I hope you keep up the awesome tutorials they're very useful ;-;
@josephstark758
@josephstark758 4 жыл бұрын
Hey i discovered a bug, when you press and hold the left key and press the right key the player starts to move right even though you're still holding the left key. I hope you fix it in the next video
@Kriterian
@Kriterian 3 жыл бұрын
I learned how to fix this in another tutorial. Basically the first one in the movement function is taking priority. Replace the if statement: if Input.is_action_pressed("right") with: if Input.is_action_pressed("right") and not Input.is_action_pressed("left"): Then do the same thing for left if Input.is_action_pressed("left") and not Input.is_action_pressed("right"):
@apolloxd3144
@apolloxd3144 4 жыл бұрын
Bro we need blender plz😣
@BornCG
@BornCG 4 жыл бұрын
Blender 2.9 is right around the corner believe it or not in the next month or so, so I'm waiting til then.. but I will most definitely return to making Blender tutorials !
@jummagamedeveloperbeginner6509
@jummagamedeveloperbeginner6509 4 жыл бұрын
Always better explain, good!
@Fujosovich
@Fujosovich 3 жыл бұрын
Love the series, thank you for creating this Godot resource, when I try to add equal signs "=" to my menu label text they do not show when my game runs, can't figure out why, any help would be great!
@BornCG
@BornCG 3 жыл бұрын
It sounds like your font might not include that character? If you try another font on that label does it work?
@buttongames2365
@buttongames2365 2 жыл бұрын
​@@BornCG Same problem. I would let people know that your KiriFont is missing symbols.
@muajin
@muajin 4 жыл бұрын
Does anyone know how to allow other people to play and try it?
@BornCG
@BornCG 4 жыл бұрын
I'm going to include a tutorial on publishing to the web ( much like how you can play my platformer demo game at borncg.itch.io ) in a few videos from now.
@fernanboxfrias381
@fernanboxfrias381 4 жыл бұрын
thank you so much. Keep it up
@沈子夏
@沈子夏 4 жыл бұрын
best Godot tutorial at KZbin
@沈子夏
@沈子夏 4 жыл бұрын
waiting for the next video for a long time......
@BornCG
@BornCG 4 жыл бұрын
Next video goes live in less than 12 hours! Follow me on Facebook for updates. 👍
@jasperbrooks2118
@jasperbrooks2118 4 жыл бұрын
Superb . . subbed . .
@morisjohn4167
@morisjohn4167 4 жыл бұрын
Thanks a lot..!
@gamert2525
@gamert2525 4 жыл бұрын
Plz bring 3D
@BornCG
@BornCG 4 жыл бұрын
If you check out my Godot tutorial series playlist (link in the description of this video) you'll find my Godot 3D tutorials in there. 😉👍
@gamert2525
@gamert2525 4 жыл бұрын
@@BornCG yes bro that was very helpful I have already learnt from it I was asking for more 3D games like FPS shooting etc 🙂
@jonorgames6596
@jonorgames6596 4 жыл бұрын
When is the next video going to be released?
@BornCG
@BornCG 4 жыл бұрын
Next week. I'm in a few week break for my wedding & honeymoon.
@jonorgames6596
@jonorgames6596 4 жыл бұрын
@@BornCG Oh! What a superb excuse! Congratulation!!!!
@brahimkm9781
@brahimkm9781 4 жыл бұрын
We need blender
@muajin
@muajin 4 жыл бұрын
I bought a nice one the other day. Makes great shakes. :D
@Jerry-jp9vj
@Jerry-jp9vj Жыл бұрын
Why did you not make this as a playlist
@Jerry-jp9vj
@Jerry-jp9vj Жыл бұрын
and why tmi all the time make video shorter
Recreate FLAPPY BIRD in just 13 MINUTES (Godot Game Engine)
13:23
Eli Cuaycong
Рет қаралды 79 М.
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,9 МЛН
ОТОМСТИЛ МАМЕ ЗА ЧИПСЫ🤯#shorts
00:44
INNA SERG
Рет қаралды 4,8 МЛН
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 137 МЛН
I run untested, viewer-submitted code on my 500-LED christmas tree.
45:17
Do THIS Before You Publish Your Godot Game
3:33
StayAtHomeDev
Рет қаралды 174 М.
Why Solo Developers Should Use Unreal
9:51
Thomas Brush
Рет қаралды 388 М.
How to Become a Game Designer
15:08
Game Maker's Toolkit
Рет қаралды 1,1 МЛН
Learn C# Scripting for Unity 2D Game Development in 20 Minutes
19:30
How I added LOTS of weapons to my game!
5:18
Bardent
Рет қаралды 54 М.
Why has Black & White Been Abandoned? - Noclip Greatest Hits
28:44
Noclip - Video Game Documentaries
Рет қаралды 689 М.