mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Decouple entity minimap markers from nametags replacing with show_on_minimap property (#10443)
This commit is contained in:
@@ -62,6 +62,7 @@ struct ObjectProperties
|
||||
float zoom_fov = 0.0f;
|
||||
bool use_texture_alpha = false;
|
||||
bool shaded = true;
|
||||
bool show_on_minimap = false;
|
||||
|
||||
ObjectProperties();
|
||||
std::string dump();
|
||||
|
Reference in New Issue
Block a user