예제 #1
0
 private static void DrawIndoorPotBush(Bush bush, SpriteBatch spriteBatch, Vector2 tileLocation, float yDrawOffset)
 {
     if (drawingWallPot)
     {
         yDrawOffset -= drawingWallPotOffset + drawingWallPotInnerOffset;
     }
     bush.draw(spriteBatch, tileLocation, yDrawOffset);
 }