Make Your INTRO GAME SCREEN on GODOT 3

Опубликовано: 01 Январь 1970
на канале: DASK
1,045
21

If you want to make your custom game intro, watch is tutorial and you'll be able to make a more professional, good look and interesting game.
________
Music:    • Gentle Breeze (Lo-Fi Cover)  
Original Video:    • How to Create an Intro Screen in Godot 3  
________
00:00 Preview.
00:09 Introduction.
00:29 add the nodes, your Logo and create de animations.
02:07 Create the Script on Node2d.
02:55 Test intro (With the error).
03:10 Change the Boot Splash & Main scene.
03:31 Solving the Flashing screen.
03:36 Intro Working.
03:55 Thanks For watch, Credits and more info.
________
Sites
Twitter:   / dagurasusketch  

itch.io: https://dagurasusketch.itch.io/
________
Softwares (Android)
Recorder: Screen Recorder
Video Editor: Power Director
Thumbnail: Pixel Lab

Softwares (PC)
Recorder: OBS
Video Editor: Shotcut
Thumbnail: Gimp
________
(Code)
extends Node2D

func _ready():
$AnimationPlayer.play("Black_in")
yield(get_tree().create_timer(6), "timeout")
$AnimationPlayer.play("Black_out")
yield(get_tree().create_timer(3), "timeout")
get_tree().change_scene("res://Menu/Start_Menu.tscn")
________


Смотрите видео Make Your INTRO GAME SCREEN on GODOT 3 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь DASK 01 Январь 1970, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,045 раз и оно понравилось 21 людям.