GodoPong 0.5.3
A Pong i am doing while learning Godot
For each version will improve a little more, just doing for fun and for learn.
You have all the code of this project on GitHub
Development log
- GodoPong0.5.3Aug 25, 2022
- GodoPong 0.5.2Aug 19, 2022
- GodoPong 0.5.1 : Problems With Music SolvedAug 12, 2022
- GodoPong0.5.0Aug 10, 2022
- GodoPong0.4.0Jul 27, 2022
- GodoPong0.3.3Jul 21, 2022
Comments
Log in with itch.io to leave a comment.
I'm too weak for this game. It took me 10 minutes to earn 1 point :p
I like it. Good luck learning Godot.
And.. the bot once broke the game...
hey, thanks for the feedback.
i know may the bot seems unbeatable, but actually have a "nerfer" that make it move slower over time, so if u have patience will not need make the ball do fancy angles.
For the bugg, i will try to solve it in the next update.
Have a good day and thanks again to try my game ^^
My pleasure.
I have a small question. How did you make the normal display Tabs. Because mine looks like this:
Also if you need help with translation. I can help with Russian.
i made DynamicFont for tiny spaces (and everything else).
select TabContainer, in the inspector: Themes Overrides > Fonts and select Font to create a DynamicFont
in Font Data you can load the font.ttf you want.
also you can save the DynamicFont if need to use in other nodes.
search in YT or somewhere else if need more info or tutorials.
i would to post a photo of example but the page dont let me :/
Hmm, okay. I think my problem is a bit different, but thanks anyway.