Inheritance: Sprite
Ejemplo n.º 1
0
 //show splash hit
 public void Splash(bool player, GameTime gametime)
 {
     Splash splash__1 = new Splash(Maze.player.SpriteRoom, Position.Value, graphicsDevice, SpriteEffects.None, player);
     Maze.sprites.Add(splash__1);
 }
Ejemplo n.º 2
0
        //show splash hit

        public void Splash(bool player, GameTime gametime)
        {
            Splash splash__1 = new Splash(Maze.player.SpriteRoom, Position.Value, graphicsDevice, SpriteEffects.None, player);

            Maze.sprites.Add(splash__1);
        }