I'm new to creating custom maps. I looked through some of the existing posts; however, I didn't find what I was looking for.
Looking at other maps, the game.xml file declares the following dtd file:
<!DOCTYPE game SYSTEM "game.dtd">
I can't seem to find a copy of the game.dtd file though within other maps nor the main tripleA GitHub repo. Does anyone know where I can get a copy of it? I was hoping to find it so that the schema checking in VS Code would work correctly.