I recently cleaned up how video code snippets are stored and rendered on the site. Under the hood this change makes it easier to manage and organize video content. In doing this I also fixed some bugs/errata with the course video pages’ content.

Course Video Updates

Some of the course videos were showing missing or incorrect code snippets. I’ve fixed those up and updated the course videos to reflect the changes.

  1. LDtk Course - Godot - Make Spawn
    1. Was missing literally all of its code snippets.
      1. Now shows the proper code snippets.
  2. LDtk Course - Godot - Clean Up
    1. Was showing the level_manager script repeatedly for no reason.
      1. Removed unnecessary code.