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")
________
Watch video Make Your INTRO GAME SCREEN on GODOT 3 online without registration, duration hours minute second in high quality. This video was added by user DASK 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,045 once and liked it 21 people.