another color for other tanks
This commit is contained in:
parent
4af51b3e51
commit
a0a0762f84
4 changed files with 55 additions and 34 deletions
|
@ -12,10 +12,3 @@ internal sealed class GamePixel
|
|||
EntityType = null;
|
||||
}
|
||||
}
|
||||
|
||||
internal enum GamePixelEntityType : byte
|
||||
{
|
||||
Wall = 0x0,
|
||||
Tank = 0x1,
|
||||
Bullet = 0x2
|
||||
}
|
||||
|
|
8
TanksServer/Graphics/GamePixelEntityType.cs
Normal file
8
TanksServer/Graphics/GamePixelEntityType.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace TanksServer.Graphics;
|
||||
|
||||
internal enum GamePixelEntityType : byte
|
||||
{
|
||||
Wall = 0x0,
|
||||
Tank = 0x1,
|
||||
Bullet = 0x2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue