mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
fully implemented the sign with the new framework
This commit is contained in:
@@ -307,7 +307,7 @@ void init_mapnode()
|
||||
f->wall_mounted = true;
|
||||
f->dug_item = std::string("MaterialItem ")+itos(i)+" 1";
|
||||
if(f->initial_metadata == NULL)
|
||||
f->initial_metadata = new SignNodeMetadata();
|
||||
f->initial_metadata = new SignNodeMetadata("Some sign");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user