Explorar o código

Base: Create /res/icons/solitaire/ and relocate solitaire assets

thankyouverycool %!s(int64=4) %!d(string=hai) anos
pai
achega
a49e0fa5d4
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 0 0
      Base/res/icons/solitaire/buggie-deck.png
  2. 1 1
      Games/Solitaire/Card.cpp

+ 0 - 0
Base/res/icons/buggie-deck.png → Base/res/icons/solitaire/buggie-deck.png


+ 1 - 1
Games/Solitaire/Card.cpp

@@ -92,7 +92,7 @@ Card::Card(Type type, uint8_t value)
         Gfx::Painter bg_painter(*s_background);
 
         s_background->fill(Color::White);
-        auto image = Gfx::Bitmap::load_from_file("/res/icons/buggie-deck.png");
+        auto image = Gfx::Bitmap::load_from_file("/res/icons/solitaire/buggie-deck.png");
         ASSERT(!image.is_null());
 
         float aspect_ratio = image->width() / static_cast<float>(image->height());