PVG
32. Level Editor Intro — Program Video Games

32. Level Editor Intro

bg: "#00001c"
controls:
[[programvideogames]]

What is a Level Editor?

Tool for creating and modify game levels

Crucial for rapid interation

Enables non-programmers to create content

Why a Custom Editor?

Perfect fit for our game's needs

Full control over features

Direct integration

Bugs that we can fix!

What Does it Entail?

  • Editor state
  • Time stops while editing
  • Custom binary file format
  • Save and load while running
  • Real-time auto-tiling
  • Custom tile overrides
  • GUI + Hotkeys