Godot Animation Tutorials


What is Godot?

Godot is an advanced, feature-packed, multi-platform 2D and 3D open source game engine

How do I get it?

Download Godot from here

You may choose to download some samples and examples in that same page

How Do I Use It?

Here are some really useful YouTube Video Tutorials

YouTube Video

YouTube Video

YouTube Video

P4






YouTube Video



Bracer's Godot Lesson 1

Basics !!





A really nice and simple series of tutorials - from kidscancode.org

KidsCanCode Godot Tutorials - SIMPLE AND EASY


If you prefer to read the instructions at your own pace (with screen shots to support it) via the same tutorial series from their Blog....





Sound Effects and Music

The Two Kinds of Audio
There are two audio types in Godot ( and many other game engines ).  Samples and Streams.  
  • Samples
    • A sample is an uncompressed piece of sound that is loaded into memory.  
    • Samples take up more memory but a great deal less processing power.  
    • In Godot you create samples by importing them as WAV files.  
  • Streams
    • Streams on the other hand are instead compressed audio files (think MP3), often much longer in duration.  
    • These you simply copy into your project, Godot supports MPC and Ogg Vorbis formats. 
Generally samples are used for in game quick sound effects, while streams are used for background music.  There is a pretty good chance your audio isn’t in WAV, Ogg or MPC format.  
If it isn’t, I highly recommend the free program Audacity for converting between formats.

For more of this and HOW to incorporate Samples and Streams....



Changing Scenes and Global Data

Useful to bring all the components of the game together 

YouTube Video




Simple Platformer using Godot 3.2.1

Part 1

YouTube Video


Part 2

YouTube Video


Part 3

YouTube Video


Part 4

Part 4



Sprite Libraries


ċ
Bat.zip
(375k)
Joseph Lai,
7 Sept 2017, 21:55
ċ
Textures.zip
(1k)
Joseph Lai,
7 Sept 2017, 21:54
Comments