mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-21 18:11:11 +00:00
Deprecate game.conf name, use title instead (#12030)
This commit is contained in:
parent
dc45b85a54
commit
4e9e230e34
12 changed files with 90 additions and 31 deletions
|
@ -27,7 +27,14 @@ struct ContentSpec
|
|||
std::string type;
|
||||
std::string author;
|
||||
u32 release = 0;
|
||||
|
||||
/// Technical name / Id
|
||||
std::string name;
|
||||
|
||||
/// Human-readable title
|
||||
std::string title;
|
||||
|
||||
/// Short description
|
||||
std::string desc;
|
||||
std::string path;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue