Exemplo n.º 1
0
 public Block(Game1 game, Screen screen, int x, int y, int width, int height) : base(game, screen, Assets.getColorTexture(game, Color.White), x, y, width, height)
 {
 }
Exemplo n.º 2
0
 public Floor(Game1 game, Screen screen, int x, int y, int width, int height) : base(game, screen, Assets.getColorTexture(game, Color.Yellow), x, y, width, height)
 {
 }