mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-20 23:21:20 +02:00
Correct VAC and EXOT colours, issue #49
This commit is contained in:
@@ -4,7 +4,7 @@ Element_EXOT::Element_EXOT()
|
||||
{
|
||||
Identifier = "DEFAULT_PT_EXOT";
|
||||
Name = "EXOT";
|
||||
Colour = PIXPACK(0x808080);
|
||||
Colour = PIXPACK(0x404040);
|
||||
MenuVisible = 1;
|
||||
MenuSection = SC_NUCLEAR;
|
||||
Enabled = 1;
|
||||
|
@@ -5,7 +5,7 @@ Tool_Vac::Tool_Vac()
|
||||
{
|
||||
Identifier = "DEFAULT_TOOL_VAC";
|
||||
Name = "VAC";
|
||||
Colour = PIXPACK(0x000000);
|
||||
Colour = PIXPACK(0x303030);
|
||||
Description = "Removes air pressure";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user