Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::Editor::LevelDefinition::ResourceCatalog Struct Reference

#include <LevelManager.h>

Public Attributes

std::vector< std::string > tilesetPaths
 
std::vector< std::string > imagePaths
 
std::vector< std::string > audioPaths
 

Detailed Description

Definition at line 183 of file LevelManager.h.

Member Data Documentation

◆ audioPaths

std::vector<std::string> Olympe::Editor::LevelDefinition::ResourceCatalog::audioPaths

Definition at line 186 of file LevelManager.h.

◆ imagePaths

std::vector<std::string> Olympe::Editor::LevelDefinition::ResourceCatalog::imagePaths

Definition at line 185 of file LevelManager.h.

◆ tilesetPaths

std::vector<std::string> Olympe::Editor::LevelDefinition::ResourceCatalog::tilesetPaths

Definition at line 184 of file LevelManager.h.


The documentation for this struct was generated from the following file: