Represents a scene (map/battleground) in FoundryVTT
Scenes are the visual environments where gameplay takes place, containing background images, tokens, lighting, walls, and other elements.
FoundryScene
const dungeon: FoundryScene = { _id: 'scene-789', name: 'Ancient Tomb', active: true, width: 4000, height: 3000, grid: { size: 100, type: 1 }}; Copy
const dungeon: FoundryScene = { _id: 'scene-789', name: 'Ancient Tomb', active: true, width: 4000, height: 3000, grid: { size: 100, type: 1 }};
Optional
Represents a scene (map/battleground) in FoundryVTT
Scenes are the visual environments where gameplay takes place, containing background images, tokens, lighting, walls, and other elements.
FoundryScene
Example