|
@@ -1,6 +1,44 @@
|
|
|
{
|
|
|
"navigation": {
|
|
|
"videos": [
|
|
|
+ {
|
|
|
+ "path": "https://www.youtube.com/embed/YGBSXMPd4jc",
|
|
|
+ "name": "Defold Building Blocks - objects and components, editor and lifecycle overview",
|
|
|
+ "author": "Unfolding Defold",
|
|
|
+ "description": "This time we just familiarize ourselves with Defold - it's core principles and basic building blocks - game objects, collections of those and components."
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "https://www.youtube.com/embed/SXdkXXWJk4s",
|
|
|
+ "name": "Defold Components - generic overview, beginners tutorial",
|
|
|
+ "author": "Unfolding Defold",
|
|
|
+ "description": "This is a generic guide for Defold beginners and enthusiasts, but also for anyone interested in what components are used in video games."
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "https://www.youtube.com/embed/HjJ-oDz-GcI",
|
|
|
+ "name": "Defold Space Shooter - Gamedev Tutorial for Beginners - Part 1 - Sprites, Inputs, Scripts",
|
|
|
+ "author": "Unfolding Defold",
|
|
|
+ "description": "This video begins a tutorial series on making a simple space shooter game in Defold - similar to Galaga or Warblade, with a top down view and hordes of enemies you can shoot of with lasers and rockets."
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "https://www.youtube.com/embed/CcgunSGKkYE",
|
|
|
+ "name": "Defold Space Shooter - Gamedev Tutorial for Beginners - Part 2 - Collisions, Factories",
|
|
|
+ "author": "Unfolding Defold",
|
|
|
+ "description": "Continuing the tutorial series on making a simple space shooter game in Defold! This time you will learn how to utilize collisions for detecting if enemy ships were hit by a projectile."
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "https://www.youtube.com/embed/4r-L51jen_I",
|
|
|
+ "name": "Defold Space Shooter - Gamedev Tutorial for Beginners - 3/3 Particle Effects, Sounds, GUI",
|
|
|
+ "author": "Unfolding Defold",
|
|
|
+ "description": "This is the 3rd, last part of the tutorial on making a very simple space shooter game like Galaga or Warblade in Defold! This concludes our effort to start game development with a quick project."
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "https://www.youtube.com/embed/NtKziaBR11k",
|
|
|
+ "name": "How to make branching interactive dialogs in your game?",
|
|
|
+ "author": "Unfolding Defold",
|
|
|
+ "description": "Let's take a look at Arcweave - a web tool to create interactive and branching games narratives with an export for Defold game engine."
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
{
|
|
|
"path": "https://www.youtube.com/embed/Ri2KStY-mfE",
|
|
|
"name": "Defold Installation and Overview",
|
|
@@ -345,41 +383,7 @@
|
|
|
"name": "Build a Pong with Defold - Beginner Series",
|
|
|
"author": "Galvia Games",
|
|
|
"description": "Let's build a Pong using the Defold game engine!"
|
|
|
- },
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- {
|
|
|
- "path": "https://www.youtube.com/embed/YGBSXMPd4jc",
|
|
|
- "name": "Defold Building Blocks - objects and components, editor and lifecycle overview",
|
|
|
- "author": "Unfolding Defold",
|
|
|
- "description": "This time we just familiarize ourselves with Defold - it's core principles and basic building blocks - game objects, collections of those and components."
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "https://www.youtube.com/embed/SXdkXXWJk4s",
|
|
|
- "name": "Defold Components - generic overview, beginners tutorial",
|
|
|
- "author": "Unfolding Defold",
|
|
|
- "description": "This is a generic guide for Defold beginners and enthusiasts, but also for anyone interested in what components are used in video games."
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "https://www.youtube.com/embed/NtKziaBR11k",
|
|
|
- "name": "How to make branching interactive dialogs in your game?",
|
|
|
- "author": "Unfolding Defold",
|
|
|
- "description": "Let's take a look at Arcweave - a web tool to create interactive and branching games narratives with an export for Defold game engine."
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "https://www.youtube.com/embed/HjJ-oDz-GcI",
|
|
|
- "name": "Defold Space Shooter - Gamedev Tutorial for Beginners - Part 1 - Sprites, Inputs, Scripts",
|
|
|
- "author": "Unfolding Defold",
|
|
|
- "description": "This video begins a tutorial series on making a simple space shooter game in Defold - similar to Galaga or Warblade, with a top down view and hordes of enemies you can shoot of with lasers and rockets."
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "https://www.youtube.com/embed/CcgunSGKkYE",
|
|
|
- "name": "Defold Space Shooter - Gamedev Tutorial for Beginners - Part 2 - Collisions, Factories",
|
|
|
- "author": "Unfolding Defold",
|
|
|
- "description": "Continuing the tutorial series on making a simple space shooter game in Defold! This time you will learn how to utilize collisions for detecting if enemy ships were hit by a projectile."
|
|
|
}
|
|
|
-
|
|
|
],
|
|
|
"tutorials": [
|
|
|
{
|