New command pad texture for Full health to not confuse it with the Goal object

This commit is contained in:
ROllerozxa 2023-12-28 20:35:18 +01:00
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

Before After
Before After

Binary file not shown.

View file

@ -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;