Noted Thx
SLAVS MAKE GAMES
Creator of
Recent community posts
Here you will be able to read news about new educational videos for GJ!
Plan your game lesson 01
How to conclude video game lesson 02
Practice:
How to move game prop lesson 03
Vertical moveable platform lesson 04
Cool moveable platform lesson 05
2D Game props creating lesson 06
Hi, are there any topics you would like me to explain in the video? Something that would help you make the game better? Write in the comment or e-mail letray2@yahoo.com with subject: Can you video explain for MDC Game Jam
Q/A:
Don't forget to subscribe to SLAVS MAKE GAMES channel.
Suggestions (optional):
- play games first
- play-ability, originality and graphic are parameters for voting
- give +1 to all beginner created game
- give +1 to all Godot created project
- give +1 to all platform games
- and you can also give +1 to all non-violent games
If you have time, you can also:
- comment on games played
- give some advice (how to make game better)
- promote games you like on your blog or video portal (after voting period and ask author)
In voting period you can:
- make minor changes to game
- make any change in game info
- add screenshots
"GD Script" Godot 3.1 game engine script (book about GD Script)
More than 100.pages, from simplest towards examples from real games
Courses about Godot 3.1 (first two month free)
One of best 2D Godot 3.1 course (15GB video material)
GD Script advanced use (book early access, code examples from games)
(All readers will have the opportunity to support this book creation. You can learn and support with a suggestion for improvement. )
RichTextLabel allows the display of complex text markup in a control. It has a built-in API for generating the markup, but can also parse a BBCode. List of bb code commands.
Example with richtext box(var text_box). BB code is first enabled for use and then set with set_bbcode.
text_box.set_use_bbcode(true) text_box.set_bbcode("Info about\n[center]Some vegetation on level two[/center]") # \n is bb code for new line
(All readers will have the opportunity to support this book creation. You can learn and support with a suggestion for improvement. )
In the next example code, you will learn how to make a rich text label with a color background. Font definition and style will make a text panel to look good. You will first create rich text labels with position, size and font override. Then you can make a color rectangle with a position, size, and frame color.
Call Function (info_window) from a ready or process function.
Hello, as the author of the "GD Script" book I am starting to make an e-book about advanced use of GD Script. The reader will find a lot of GD Script codes and concepts inside. In the beginning, you will start with coding concepts from the previous book (like button creation) and then you will go to more complex parts of code.The new e-book project will cover the advanced use of Godot GD Script. Godot is a leading game engine, and the latest stable version is 3.1.
https://slavs-make-games.itch.io/create-a-game-in-godot-31-under-9min-video-less...
Thanks, use this video tutorial (more content and easy to learn when you see). Download free Godot engine if you still didn't. And follow for new updates.