Пример #1
0
 public void init(GraphicsDevice gfx_handle)
 {
     texture       = GameTextureInstance.CreateBlank(gfx_handle, 20, 20);
     texture.Alpha = 1.0f;
     texture.Color = Color.Blue;
 }