Skip to content

Commit fad8a7d

Browse files
committed
Added Asatte Games tutorials
1 parent e9b6307 commit fad8a7d

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

docs/en/en.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,77 @@
167167
},
168168

169169

170+
{
171+
"path": "https://www.youtube.com/watch?v=Sekx4ckbYzI",
172+
"embed": "https://www.youtube.com/embed/Sekx4ckbYzI",
173+
"name": "Zelda Style Camera With Defold - Smooth Room Transition Camera",
174+
"author": "Asatte Games",
175+
"description": "Learn how to create a camera solution with smooth room transitions."
176+
},
177+
{
178+
"path": "https://www.youtube.com/watch?v=1pxi8wDoagU",
179+
"embed": "https://www.youtube.com/embed/1pxi8wDoagU",
180+
"name": "Change Scenes with Defold - Use Lua Modules, Load new Scene, Control on Factories",
181+
"author": "Asatte Games",
182+
"description": "Learn how to changes scenes within your game."
183+
},
184+
{
185+
"path": "https://www.youtube.com/watch?v=mHr-rxhdMAc",
186+
"embed": "https://www.youtube.com/embed/mHr-rxhdMAc",
187+
"name": "Sounds with Defold - Play Background Music, Coin Collect sound, Walk Sound etc",
188+
"author": "Asatte Games",
189+
"description": "Learn how to play background music and sound effects in Defold."
190+
},
191+
{
192+
"path": "https://www.youtube.com/watch?v=tYRGEnwFbCE",
193+
"embed": "https://www.youtube.com/embed/tYRGEnwFbCE",
194+
"name": "Defold Factories - Spawn Game Objects",
195+
"author": "Asatte Games",
196+
"description": "Learn how to spawn objects such as coins, enemies etc in Defold."
197+
},
198+
{
199+
"path": "https://www.youtube.com/watch?v=DYQ-Ku_W73I",
200+
"embed": "https://www.youtube.com/embed/DYQ-Ku_W73I",
201+
"name": "Defold Trigger Collision - Collectibles and Area Enter",
202+
"author": "Asatte Games",
203+
"description": "Learn how to use Trigger Collision objects in Defold."
204+
},
205+
{
206+
"path": "https://www.youtube.com/watch?v=3t4EXqdLPxI",
207+
"embed": "https://www.youtube.com/embed/3t4EXqdLPxI",
208+
"name": "Defold Simple Collisions Without coding - Top-Down Tilemap and Player Collisions",
209+
"author": "Asatte Games",
210+
"description": "Learn how to use dynamic collision objects and tilemaps to automatically resolve collisions."
211+
},
212+
{
213+
"path": "https://www.youtube.com/watch?v=xgJfSJ6BPMk",
214+
"embed": "https://www.youtube.com/embed/xgJfSJ6BPMk",
215+
"name": "Defold Camera - How to Make the camera follow the player?",
216+
"author": "Asatte Games",
217+
"description": "Learn how to make the camera smoothly follow the player."
218+
},
219+
{
220+
"path": "https://www.youtube.com/watch?v=vahBtJxSeCA",
221+
"embed": "https://www.youtube.com/embed/vahBtJxSeCA",
222+
"name": "Tiled - How to use Tiled with Defold=",
223+
"author": "Asatte Games",
224+
"description": "Learn how to use the Tiled tilemap editor with Defold."
225+
},
226+
{
227+
"path": "https://www.youtube.com/watch?v=03Qfm14rQAw",
228+
"embed": "https://www.youtube.com/embed/03Qfm14rQAw",
229+
"name": "Tilemaps - How to use built-in tilemaps with Defold?",
230+
"author": "Asatte Games",
231+
"description": "Learn how to use the tilemap system in Defold."
232+
},
233+
{
234+
"path": "https://www.youtube.com/watch?v=D8nuGF-ymJQ",
235+
"embed": "https://www.youtube.com/embed/D8nuGF-ymJQ",
236+
"name": "Sprite sheet animations - How to use sprite sheet animations in Defold?",
237+
"author": "Asatte Games",
238+
"description": "Learn how to use the sprite sheet animations in Defold."
239+
},
240+
170241

171242
{
172243
"path": "https://www.youtube.com/watch?v=4XGbQ92FzRI",

0 commit comments

Comments
 (0)