forked from mirrors/principia
New command pad texture for Full health to not confuse it with the Goal object
This commit is contained in:
parent
f515caad65
commit
d94f4ee2ec
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
|
@ -9,7 +9,7 @@
|
|||
goal::goal()
|
||||
{
|
||||
this->set_flag(ENTITY_ALLOW_CONNECTIONS, false);
|
||||
this->set_mesh(mesh_factory::get_mesh(MODEL_CPAD+13));
|
||||
this->set_mesh(mesh_factory::get_mesh(MODEL_CPAD+14));
|
||||
this->set_material(&m_cpad);
|
||||
|
||||
this->update_method = ENTITY_UPDATE_STATIC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue