CINXE.COM

Game Assets for Indie Developers | GameDev Market

<script> document.addEventListener('DOMContentLoaded', function() { const wishlistButtons = document.querySelectorAll('.wishlist-btn'); wishlistButtons.forEach(function(button) { button.addEventListener('click', function(event) { event.preventDefault(); const productId = this.getAttribute('data-product-id'); const isWishlisted = this.querySelector('i').classList.contains('fas'); // Check if the product is already wishlisted const token = 'RlABaJ0zSyiUgZmeeNWrD3zU8qn6ylGMoHSjLjji'; if (isWishlisted) { const confirmRemoval = confirm('Do you wish to remove this asset from your wishlist?'); if (!confirmRemoval) { return; } } fetch(`https://www.gamedevmarket.net/user/wishlists/quick-toggle`, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': token, }, body: JSON.stringify({ product_id: productId }) }) .then(response => response.json()) .then(data => { if (data.status === 'added') { this.querySelector('i').classList.remove('far'); this.querySelector('i').classList.add('fas', 'text-red-500'); } else if (data.status === 'removed') { this.querySelector('i').classList.remove('fas', 'text-red-500'); this.querySelector('i').classList.add('far', 'text-gray-400'); } else if (data.status === 'create_wishlist') { showCreateWishlistModal(productId); } else if (data.status === 'choose_wishlist') { showChooseWishlistModal(data.wishlists, productId); } }) .catch(error => console.error('Error:', error)); }); }); }); function showCreateWishlistModal(productId) { const modal = document.getElementById('createWishlistModalHomepage'); modal.querySelector('input[name="product_id"]').value = productId; modal.classList.remove('hidden'); } function showChooseWishlistModal(wishlists, productId) { const modal = document.getElementById('chooseWishlistModalHomepage'); const select = modal.querySelector('select[name="wishlist_id"]'); select.innerHTML = ''; wishlists.forEach(wishlist => { const option = document.createElement('option'); option.value = wishlist.id; option.textContent = wishlist.name; select.appendChild(option); }); modal.querySelector('input[name="product_id"]').value = productId; modal.classList.remove('hidden'); } </script> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <script> if (localStorage.getItem('dark-mode') === 'true') { document.documentElement.classList.add('dark'); } </script> <link rel="icon" href="https://www.gamedevmarket.net/favicon.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="GameDev Market is a marketplace for high quality, affordable 2D, 3D, GUI &amp; Audio game assets, handcrafted by talented creators around the world."> <title>Game Assets for Indie Developers | GameDev Market</title> <meta property="og:title" content="Game Assets for Indie Developers | "/> <link rel="canonical" href="https://www.gamedevmarket.net" /> <meta property="og:url" content="https://www.gamedevmarket.net" /> <meta property="og:description" content="GameDev Market is a marketplace for high quality, affordable 2D, 3D, GUI &amp; Audio game assets, handcrafted by talented creators around the world."/> <meta property="og:image" content=""/> <script type="text/javascript" src="https://app.termly.io/embed.min.js" data-auto-block="on" data-website-uuid="66fe694a-eb42-4bed-bfe4-7880e4e77c80" ></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script> <link rel="stylesheet" href="https://www.gamedevmarket.net/css/app.css"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-55WJ3JF'); </script> <!-- End Google Tag Manager --> <!-- <script type="text/javascript" src="//script.crazyegg.com/pages/scripts/0117/0769.js" async="async"></script> --> <!-- Mailchimp Tracking Code --> <script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/15fa3d0ac12c23aa6803ead71/b95723494240a82daea22d757.js");</script> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '449738010254604'); fbq('track', 'PageView'); </script> <script> /*ConvertCart.com-58608117*/(function(c,o,n,v,e,r,t,s){ if(/ccScript=skip/.test(c.location.search))return;s=c.fetch?'f':'', c.ccartObj=e,c[e]=c[e]||function(){(c[e].q=c[e].q||[]).push(arguments)},c[e].t=Date.now(), r=o.createElement(n);r.async=1;r.src=v+s+'.js';t=o.getElementsByTagName(n)[0];t.parentNode .insertBefore(r,t)})(window, document,'script','//cdn.convertcart.com/58608117','ccart') </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=449738010254604&ev=PageView&noscript=1"/> </noscript> <!-- End Meta Pixel Code --> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet"> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-55WJ3JF" height="0" width="0" style="display:none;visibility:hidden"> </iframe> </noscript> <!-- INFO: reinstate to add the content of popout.blade.php when needed --> <!-- End Google Tag Manager (noscript) --> <header class="main-header border-b-1 border-gray-700 text-gray-300 py-2 px-3 sticky top-0 z-50"> <div class="container flex mx-auto justify-between"> <svg xmlns="http://www.w3.org/2000/svg" id="mobile-nav-burger-icon" class="lg:hidden h-8 w-8 my-auto ring-2 ring-gray-400 rounded-sm" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/> </svg> <a href="https://www.gamedevmarket.net"> <img src="https://www.gamedevmarket.net/logo.png" alt="GameDev Market logo" class="object-contain h-16 w-16"/> </a> <div class="hidden lg:block relative container ml-4 my-auto w-4/5"> <form action="/search-results" method="GET"> <div class="w-full"> <label for="search" class="hidden">Search</label> <input type="search" name="term" id="search" required minlength="3" value="" class="form-input w-full h-10 py-2 pl-10 lg:pl-12 border-1 border-gray-400 rounded focus:ring-0 focus:border-gray-300 text-gray-900" placeholder="What are you looking for today?"/> <div class="absolute left-8 top-2 text-gray-400"> <button type="submit" class="form-input"> <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"/> </svg> </button> </div> </div> </form> </div> <span class="flex flex-row justify-end space-x-4 mt-3"> <div id="darkModeToggle"> <button onclick="toggleDarkMode()"> <svg xmlns="http://www.w3.org/2000/svg" id="darkModeIcon" class="h-11 w-11 transition-colors" fill="currentColor" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12.74 2.92a9 9 0 0010.03 10.03 7 7 0 11-10.03-10.03z"/> </svg> </button> </div> <div class="hidden md:flex md:items-center md:space-x-4 md:pb-3"> <a href="https://www.gamedevmarket.net/login"> <p class="login-button text-gray-700 hover:text-gray-200 dark:text-gray-200 border-1 border-pink-600 dark:border-pink-600 text-xs px-4 py-2 rounded-md">Login</p> </a> <a href="https://www.gamedevmarket.net/register"> <p class="pink-button bg-pink-600 dark:bg-pink-700 hover:bg-pink-700 dark:hover:bg-pink-800 text-gray-200 dark:text-gray-200 text-xs px-4 py-2 rounded-md">Signup</p> </a> </div> <!-- For mobile, use a single button --> <div class="md:hidden"> <a href="https://www.gamedevmarket.net/login"> <p class="pink-button bg-pink-600 dark:bg-pink-700 hover:bg-pink-700 dark:hover:bg-pink-800 text-gray-200 text-sm px-4 py-2 rounded-md">Login</p> </a> </div> </span> </div> </header> <header class="lg:hidden flex flex-row py-2 px-3"> <div class="relative container mx-auto pl-8"> <form action="/search-results" method="GET"> <div class="!w-full"> <label for="search" class="hidden">Search</label> <input type="search" name="term" id="search" minlength="3" value="" class="form-input w-full h-10 bg-white border-0 p-2 pl-10 focus:ring-0 text-gray-900 font-semibold" placeholder="What are you looking for today?"/> </div> <div class="absolute left-2 top-2 text-gray-400"> <button type="submit" class="form-input"> <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"/> </svg> </button> </div> </form> </div> </header> <header id="mobile-nav" class="hidden flex flex-col bg-gray-700 py-2 px-3"> <div class="container mx-auto header-secondary"> <nav role="navigation"> <ul class="header-nav flex flex-col text-gray-200 py-2 space-y-2 font-semibold"> <li> <a class="header-nav__link--has-dropdown p-4 leading-8" href="/category/2d/">2D Assets</a> <ul class="header-nav__link__dropdown hidden bg-gray-600 py-4 leading-8 z-50"> <li class="px-6"><a href="/category/2d/backgrounds/">Backgrounds</a></li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/2d/characters/">Characters</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li><a href="/category/2d/characters/animals/">Animals</a> </li> <li> <a href="/category/2d/characters/creatures/">Creatures</a> </li> <li><a href="/category/2d/characters/humans/">Humans</a> </li> <li><a href="/category/2d/characters/miscellaneous/">Miscellaneous</a> </li> <li><a href="/category/2d/characters/">View all</a></li> </ul> </li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/2d/environments/">Environments</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li> <a href="/category/2d/environments/building/">Building</a> </li> <li><a href="/category/2d/environments/city/">City</a> </li> <li> <a href="/category/2d/environments/dungeon/">Dungeon</a> </li> <li><a href="/category/2d/environments/industrial/">Industrial</a> </li> <li> <a href="/category/2d/environments/miscellaneous-environments/">Miscellaneous</a> </li> <li><a href="/category/2d/environments/">View all</a></li> </ul> </li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/2d/objects/">Objects</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li><a href="/category/2d/objects/electronics/">Electronics</a> </li> <li><a href="/category/2d/objects/exterior/">Exterior</a> </li> <li><a href="/category/2d/objects/food/">Food</a></li> <li><a href="/category/2d/objects/industrial-objects/">Industrial</a> </li> <li><a href="/category/2d/objects/interior/">Interior</a> </li> <li> <a href="/category/2d/objects/miscellaneous-objects/">Miscellaneous</a> </li> <li><a href="/category/2d/objects/weapons-and-tools/">Weapons and Tools</a></li> <li><a href="/category/2d/objects/">View all</a></li> </ul> </li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/2d/textures/">Textures</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li><a href="/category/2d/textures/concrete/">Concrete</a> </li> <li><a href="/category/2d/textures/fabric/">Fabric</a> </li> <li> <a href="/category/2d/textures/industrial-textures/">Industrial</a> </li> <li><a href="/category/2d/textures/liquid/">Liquid</a> </li> <li><a href="/category/2d/textures/metal/">Metal</a></li> <li> <a href="/category/2d/textures/miscellaneous-textures/">Miscellaneous</a> </li> <li><a href="/category/2d/textures/nature/">Nature</a> </li> <li><a href="/category/2d/textures/paper/">Paper</a></li> <li><a href="/category/2d/textures/stone/">Stone</a></li> <li><a href="/category/2d/textures/wood/">Wood</a></li> <li><a href="/category/2d/textures/">View all</a></li> </ul> </li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/2d/vegetation/">Vegetation</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li> <a href="/category/2d/vegetation/miscellaneous-vegetation/">Miscellaneous</a> </li> <li><a href="/category/2d/vegetation/plants/">Plants</a> </li> <li><a href="/category/2d/vegetation/trees/">Trees</a> </li> <li><a href="/category/2d/vegetation/">View all</a></li> </ul> </li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/2d/vehicles/">Vehicles</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li><a href="/category/2d/vehicles/air/">Air</a></li> <li><a href="/category/2d/vehicles/land/">Land</a></li> <li> <a href="/category/2d/vehicles/miscellaneous-vehicles/">Miscellaneous</a> </li> <li><a href="/category/2d/vehicles/sea/">Sea</a></li> <li><a href="/category/2d/vehicles/space/">Space</a></li> <li><a href="/category/2d/vehicles/">View all</a></li> </ul> </li> <li class="px-6"><a href="/category/2d/">View all</a></li> </ul> </li> <li><a class="header-nav__link--has-dropdown p-4 leading-8" href="/category/3d/">3D Assets</a> <ul class="header-nav__link__dropdown hidden bg-gray-600 py-4 leading-8 z-50"> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/3d/characters-3d/">Characters</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-0"> <li> <a href="/category/3d/characters-3d/animals-characters-3d/">Animals</a> </li> <li> <a href="/category/3d/characters-3d/creatures-characters-3d/">Creatures</a> </li> <li> <a href="/category/3d/characters-3d/humans-characters-3d/">Humans</a> </li> <li> <a href="/category/3d/characters-3d/miscellaneous-characters-3d/">Miscellaneous</a> </li> <li><a href="/category/3d/characters-3d/">View all</a></li> </ul> </li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/3d/environments-3d/">Environments</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li><a href="/category/3d/environments-3d/buildings/">Buildings</a> </li> <li> <a href="/category/3d/environments-3d/city-environments-3d/">City</a> </li> <li><a href="/category/3d/environments-3d/dungeons-3d/">Dungeons</a> </li> <li> <a href="/category/3d/environments-3d/industrial-environments-3d/">Industrial</a> </li> <li> <a href="/category/3d/environments-3d/miscellaneous-environments-3d/">Miscellaneous</a> </li> <li><a href="/category/3d/environments-3d/">View all</a> </li> </ul> </li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/3d/objects-3d/">Objects</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li><a href="/category/3d/objects-3d/clothing-and-armor/">Clothing and Armor</a></li> <li> <a href="/category/3d/objects-3d/electronics-objects-3d/">Electronics</a> </li> <li> <a href="/category/3d/objects-3d/exterior-objects-3d/">Exterior</a> </li> <li><a href="/category/3d/objects-3d/food-objects-3d/">Food</a> </li> <li> <a href="/category/3d/objects-3d/industrial-objects-3d/">Industrial</a> </li> <li> <a href="/category/3d/objects-3d/interior-objects-3d/">Interior</a> </li> <li> <a href="/category/3d/objects-3d/miscellaneous-objects-3d/">Miscellaneous</a> </li> <li> <a href="/category/3d/objects-3d/weapons-and-tools-objects-3d/">Weapons and Tools</a></li> <li><a href="/category/3d/objects-3d/">View all</a></li> </ul> </li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/3d/vegetation-3d/">Vegetation</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li> <a href="/category/3d/vegetation-3d/miscellaneous-vegetation-3d/">Miscellaneous</a> </li> <li> <a href="/category/3d/vegetation-3d/plants-vegetation-3d/">Plants</a> </li> <li> <a href="/category/3d/vegetation-3d/trees-vegetation-3d/">Trees</a> </li> <li><a href="/category/3d/vegetation-3d/">View all</a></li> </ul> </li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/3d/vehicles-3d/">Vehicles</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li><a href="/category/3d/vehicles-3d/air-vehicles-3d/">Air</a> </li> <li><a href="/category/3d/vehicles-3d/land-vehicles-3d/">Land</a> </li> <li> <a href="/category/3d/vehicles-3d/miscellaneous-vehicles-3d/">Miscellaneous</a> </li> <li><a href="/category/3d/vehicles-3d/sea-vehicles-3d/">Sea</a> </li> <li><a href="/category/3d/vehicles-3d/space-vehicles-3d/">Space</a> </li> <li><a href="/category/3d/vehicles-3d/">View all</a></li> </ul> </li> <li class="px-6"><a href="/category/3d/">View all</a></li> </ul> </li> <li><a class="header-nav__link--has-dropdown p-4 leading-8" href="/category/audio/">Audio Assets</a> <ul class="header-nav__link__dropdown hidden bg-gray-600 py-4 leading-8 z-50"> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/audio/music/">Music</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-0"> <li><a href="/category/audio/music/ambient/">Ambient</a> </li> <li> <a href="/category/audio/music/childrens/">Childrens</a> </li> <li> <a href="/category/audio/music/cinematic/">Cinematic</a> </li> <li> <a href="/category/audio/music/classical/">Classical</a> </li> <li> <a href="/category/audio/music/corporate/">Corporate</a> </li> <li><a href="/category/audio/music/country/">Country</a> </li> <li><a href="/category/audio/music/drum-and-bass/">Drum and Bass</a> </li> <li><a href="/category/audio/music/electronica/">Electronica</a> </li> <li><a href="/category/audio/music/folk/">Folk</a></li> <li><a href="/category/audio/music/global/">Global</a> </li> <li><a href="/category/audio/music/hip-hop/">Hip-Hop</a> </li> <li><a href="/category/audio/music/holiday/">Holiday</a> </li> <li><a href="/category/audio/music/house/">House</a></li> <li><a href="/category/audio/music/jazz/">Jazz</a></li> <li> <a href="/category/audio/music/miscellaneous-music/">Miscellaneous</a> </li> <li> <a href="/category/audio/music/percussion/">Percussion</a> </li> <li><a href="/category/audio/music/pop/">Pop</a></li> <li><a href="/category/audio/music/rock/">Rock</a></li> <li><a href="/category/audio/music/">View all</a></li> </ul> </li> <li class="px-6"><a class="header-nav__link--has-dropdown" href="/category/audio/sound-fx/">Sound FX</a> <ul class="header-nav__link__dropdown hidden bg-gray-500 py-4 px-6 leading-8 left-full top-10"> <li><a href="/category/audio/sound-fx/animals-sound-fx/">Animals</a> </li> <li> <a href="/category/audio/sound-fx/creatures-sound-fx/">Creatures</a> </li> <li><a href="/category/audio/sound-fx/foley/">Foley</a> </li> <li> <a href="/category/audio/sound-fx/miscellaneous-sound-fx/">Miscellaneous</a> </li> <li><a href="/category/audio/sound-fx/vehicles-sound-fx/">Vehicles</a> </li> <li><a href="/category/audio/sound-fx/voices/">Voices</a> </li> <li> <a href="/category/audio/sound-fx/weapons/">Weapons</a> </li> <li><a href="/category/audio/sound-fx/">View all</a></li> </ul> </li> <li class="px-6"><a href="/category/audio/">View all</a></li> </ul> </li> <li><a class="header-nav__link--has-dropdown p-4 leading-8" href="/category/gui/">GUI Assets</a> <ul class="header-nav__link__dropdown hidden bg-gray-600 py-4 leading-8 z-50"> <li class="px-6"><a href="/category/gui/fonts/">Fonts</a></li> <li class="px-6"><a href="/category/gui/hud/">HUD</a></li> <li class="px-6"><a href="/category/gui/icons/">Icons</a></li> <li class="px-6"><a href="/category/gui/">View all</a></li> </ul> </li> <li><a class="header-nav__link--has-dropdown p-4 leading-8">Asset Bundles</a> <ul class="header-nav__link__dropdown hidden bg-gray-600 py-4 leading-8 z-50"> <li><a class="p-4 leading-8" href="/category/asset-bundles/">GDM Created Bundles</a></li> <li><a class="p-4 leading-8" href="/category/seller-bundles/">Seller Created Bundles</a></li> </ul> </li> <li><a class="p-4 leading-8 text-yellow-400 hover:text-yellow-500" href="/category/on-sale/">Seller Sales</a></li> <li><a class="p-4 leading-8" href="/about/alliances">Alliances</a></li> <li><a class="p-4 leading-8" href="/support">Knowledge Base</a></li> <li><a class="p-4 leading-8" href="/news">News</a></li> </ul> </nav> </div> </header> <header class="main-nav hidden lg:block flex flex-row bg-gray-800 dark:bg-gray-800 py-2 px-3"> <div class="container mx-auto header-secondary"> <nav role="navigation"> <ul class="header-nav flex flex-row text-gray-200 space-x-1 inline-block float-left"> <li> <a class="header-nav__link--has-dropdown px-3 py-4 hover:text-gray-500" href="/category/2d/">2D Assets</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 leading-8 z-50 w-40"> <li class="px-6"><a class="hover:text-gray-500" href="/category/2d/backgrounds/">Backgrounds</a></li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/2d/characters/">Characters</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-10"> <li><a class="hover:text-gray-500" href="/category/2d/characters/animals/">Animals</a> </li> <li> <a class="hover:text-gray-500" href="/category/2d/characters/creatures/">Creatures</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/characters/humans/">Humans</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/characters/miscellaneous/">Miscellaneous</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/characters/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/2d/environments/">Environments</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-10"> <li> <a class="hover:text-gray-500" href="/category/2d/environments/building/">Building</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/environments/city/">City</a> </li> <li> <a class="hover:text-gray-500" href="/category/2d/environments/dungeon/">Dungeon</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/environments/industrial/">Industrial</a> </li> <li> <a class="hover:text-gray-500" href="/category/2d/environments/miscellaneous-environments/">Miscellaneous</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/environments/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/2d/objects/">Objects</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-56 top-10"> <li><a class="hover:text-gray-500" href="/category/2d/objects/electronics/">Electronics</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/objects/exterior/">Exterior</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/objects/food/">Food</a></li> <li><a class="hover:text-gray-500" href="/category/2d/objects/industrial-objects/">Industrial</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/objects/interior/">Interior</a> </li> <li> <a class="hover:text-gray-500" href="/category/2d/objects/miscellaneous-objects/">Miscellaneous</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/objects/weapons-and-tools/">Weapons and Tools</a></li> <li><a class="hover:text-gray-500" href="/category/2d/objects/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/2d/textures/">Textures</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-10"> <li><a class="hover:text-gray-500" href="/category/2d/textures/concrete/">Concrete</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/textures/fabric/">Fabric</a> </li> <li> <a class="hover:text-gray-500" href="/category/2d/textures/industrial-textures/">Industrial</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/textures/liquid/">Liquid</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/textures/metal/">Metal</a></li> <li> <a class="hover:text-gray-500" href="/category/2d/textures/miscellaneous-textures/">Miscellaneous</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/textures/nature/">Nature</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/textures/paper/">Paper</a></li> <li><a class="hover:text-gray-500" href="/category/2d/textures/stone/">Stone</a></li> <li><a class="hover:text-gray-500" href="/category/2d/textures/wood/">Wood</a></li> <li><a class="hover:text-gray-500" href="/category/2d/textures/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/2d/vegetation/">Vegetation</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-10"> <li> <a class="hover:text-gray-500" href="/category/2d/vegetation/miscellaneous-vegetation/">Miscellaneous</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/vegetation/plants/">Plants</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/vegetation/trees/">Trees</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/vegetation/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/2d/vehicles/">Vehicles</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-10"> <li><a class="hover:text-gray-500" href="/category/2d/vehicles/air/">Air</a></li> <li><a class="hover:text-gray-500" href="/category/2d/vehicles/land/">Land</a></li> <li> <a class="hover:text-gray-500" href="/category/2d/vehicles/miscellaneous-vehicles/">Miscellaneous</a> </li> <li><a class="hover:text-gray-500" href="/category/2d/vehicles/sea/">Sea</a></li> <li><a class="hover:text-gray-500" href="/category/2d/vehicles/space/">Space</a></li> <li><a class="hover:text-gray-500" href="/category/2d/vehicles/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500" href="/category/2d/">View all</a></li> </ul> </li> <li><a class="header-nav__link--has-dropdown px-3 py-4 hover:text-gray-500" href="/category/3d/">3D Assets</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 leading-8 z-50 w-40"> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/3d/characters-3d/">Characters</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-0"> <li> <a class="hover:text-gray-500" href="/category/3d/characters-3d/animals-characters-3d/">Animals</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/characters-3d/creatures-characters-3d/">Creatures</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/characters-3d/humans-characters-3d/">Humans</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/characters-3d/miscellaneous-characters-3d/">Miscellaneous</a> </li> <li><a class="hover:text-gray-500" href="/category/3d/characters-3d/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/3d/environments-3d/">Environments</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-10"> <li><a class="hover:text-gray-500" href="/category/3d/environments-3d/buildings/">Buildings</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/environments-3d/city-environments-3d/">City</a> </li> <li><a class="hover:text-gray-500" href="/category/3d/environments-3d/dungeons-3d/">Dungeons</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/environments-3d/industrial-environments-3d/">Industrial</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/environments-3d/miscellaneous-environments-3d/">Miscellaneous</a> </li> <li><a class="hover:text-gray-500" href="/category/3d/environments-3d/">View all</a> </li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/3d/objects-3d/">Objects</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-56 top-10"> <li><a class="hover:text-gray-500" href="/category/3d/objects-3d/clothing-and-armor/">Clothing and Armor</a></li> <li> <a class="hover:text-gray-500" href="/category/3d/objects-3d/electronics-objects-3d/">Electronics</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/objects-3d/exterior-objects-3d/">Exterior</a> </li> <li><a class="hover:text-gray-500" href="/category/3d/objects-3d/food-objects-3d/">Food</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/objects-3d/industrial-objects-3d/">Industrial</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/objects-3d/interior-objects-3d/">Interior</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/objects-3d/miscellaneous-objects-3d/">Miscellaneous</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/objects-3d/weapons-and-tools-objects-3d/">Weapons and Tools</a></li> <li><a class="hover:text-gray-500" href="/category/3d/objects-3d/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/3d/vegetation-3d/">Vegetation</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-10"> <li> <a class="hover:text-gray-500" href="/category/3d/vegetation-3d/miscellaneous-vegetation-3d/">Miscellaneous</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/vegetation-3d/plants-vegetation-3d/">Plants</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/vegetation-3d/trees-vegetation-3d/">Trees</a> </li> <li><a class="hover:text-gray-500" href="/category/3d/vegetation-3d/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/3d/vehicles-3d/">Vehicles</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-10"> <li><a class="hover:text-gray-500" href="/category/3d/vehicles-3d/air-vehicles-3d/">Air</a> </li> <li><a class="hover:text-gray-500" href="/category/3d/vehicles-3d/land-vehicles-3d/">Land</a> </li> <li> <a class="hover:text-gray-500" href="/category/3d/vehicles-3d/miscellaneous-vehicles-3d/">Miscellaneous</a> </li> <li><a class="hover:text-gray-500" href="/category/3d/vehicles-3d/sea-vehicles-3d/">Sea</a> </li> <li><a class="hover:text-gray-500" href="/category/3d/vehicles-3d/space-vehicles-3d/">Space</a> </li> <li><a class="hover:text-gray-500" href="/category/3d/vehicles-3d/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500" href="/category/3d/">View all</a></li> </ul> </li> <li><a class="header-nav__link--has-dropdown px-3 py-4 hover:text-gray-500" href="/category/audio/">Audio Assets</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 leading-8 z-50 w-40"> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/audio/music/">Music</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-0"> <li><a class="hover:text-gray-500" href="/category/audio/music/ambient/">Ambient</a> </li> <li> <a class="hover:text-gray-500" href="/category/audio/music/childrens/">Childrens</a> </li> <li> <a class="hover:text-gray-500" href="/category/audio/music/cinematic/">Cinematic</a> </li> <li> <a class="hover:text-gray-500" href="/category/audio/music/classical/">Classical</a> </li> <li> <a class="hover:text-gray-500" href="/category/audio/music/corporate/">Corporate</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/music/country/">Country</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/music/drum-and-bass/">Drum and Bass</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/music/electronica/">Electronica</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/music/folk/">Folk</a></li> <li><a class="hover:text-gray-500" href="/category/audio/music/global/">Global</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/music/hip-hop/">Hip-Hop</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/music/holiday/">Holiday</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/music/house/">House</a></li> <li><a class="hover:text-gray-500" href="/category/audio/music/jazz/">Jazz</a></li> <li> <a class="hover:text-gray-500" href="/category/audio/music/miscellaneous-music/">Miscellaneous</a> </li> <li> <a class="hover:text-gray-500" href="/category/audio/music/percussion/">Percussion</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/music/pop/">Pop</a></li> <li><a class="hover:text-gray-500" href="/category/audio/music/rock/">Rock</a></li> <li><a class="hover:text-gray-500" href="/category/audio/music/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500 header-nav__link--has-dropdown" href="/category/audio/sound-fx/">Sound FX</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 px-6 leading-8 left-full w-40 top-10"> <li><a class="hover:text-gray-500" href="/category/audio/sound-fx/animals-sound-fx/">Animals</a> </li> <li> <a class="hover:text-gray-500" href="/category/audio/sound-fx/creatures-sound-fx/">Creatures</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/sound-fx/foley/">Foley</a> </li> <li> <a class="hover:text-gray-500" href="/category/audio/sound-fx/miscellaneous-sound-fx/">Miscellaneous</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/sound-fx/vehicles-sound-fx/">Vehicles</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/sound-fx/voices/">Voices</a> </li> <li> <a class="hover:text-gray-500" href="/category/audio/sound-fx/weapons/">Weapons</a> </li> <li><a class="hover:text-gray-500" href="/category/audio/sound-fx/">View all</a></li> </ul> </li> <li class="px-6"><a class="hover:text-gray-500" href="/category/audio/">View all</a></li> </ul> </li> <li><a class="header-nav__link--has-dropdown px-3 py-4 hover:text-gray-500" href="/category/gui/">GUI Assets</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 leading-8 z-50 w-40"> <li class="px-6"><a class="hover:text-gray-500" href="/category/gui/fonts/">Fonts</a></li> <li class="px-6"><a class="hover:text-gray-500" href="/category/gui/hud/">HUD</a></li> <li class="px-6"><a class="hover:text-gray-500" href="/category/gui/icons/">Icons</a></li> <li class="px-6"><a class="hover:text-gray-500" href="/category/gui/">View all</a></li> </ul> </li> <li><a class="header-nav__link--has-dropdown px-3 py-4 hover:text-gray-500">Asset Bundles</a> <ul class="header-nav__link__dropdown absolute hidden bg-gray-800 py-4 leading-8 z-50 w-56"> <li class="px-6"><a class="hover:text-gray-500" href="/category/asset-bundles/">GDM Created Bundles</a></li> <li class="px-6"><a class="hover:text-gray-500" href="/category/seller-bundles/">Seller Created Bundles</a></li> </ul> </li> <li><a class="text-yellow-400 hover:text-yellow-500 px-3 py-4" href="/category/on-sale/">Seller Sales</a></li> </ul> </nav> <nav role="navigation"> <ul class="header-nav flex flex-row inline-block justify-end text-gray-200 space-x-1"> <li><a class="hover:text-gray-500 px-3 py-4" href="/about/alliances">Alliances</a></li> <li><a class="hover:text-gray-500 px-3 py-4" href="/support">Knowledge Base</a></li> <li><a class="hover:text-gray-500 px-3 py-4" href="/news">News</a></li> </ul> </nav> </div> </header> <script> let darkMode = localStorage.getItem('dark-mode') === 'true'; // On load, set the icon color and dark mode based on the value from localStorage window.addEventListener('DOMContentLoaded', (event) => { const darkModeIcon = document.getElementById("darkModeIcon"); if (darkMode) { document.documentElement.classList.add('dark'); darkModeIcon.classList.add('text-yellow-300'); darkModeIcon.classList.remove('text-gray-400'); } else { document.documentElement.classList.remove('dark'); darkModeIcon.classList.add('text-gray-400'); darkModeIcon.classList.remove('text-yellow-300'); } }); function toggleDarkMode() { const darkModeIcon = document.getElementById("darkModeIcon"); darkMode = !darkMode; if (darkMode) { document.documentElement.classList.add('dark'); darkModeIcon.classList.add('text-yellow-300'); darkModeIcon.classList.remove('text-gray-400'); } else { document.documentElement.classList.remove('dark'); darkModeIcon.classList.add('text-gray-400'); darkModeIcon.classList.remove('text-yellow-300'); } localStorage.setItem('dark-mode', darkMode); } </script> <div> <!-- Carousel --> <div id="bannerCarousel" class="carousel slide hidden md:block" data-bs-ride="carousel"> <!-- Indicators/dots --> <div class="carousel-indicators"> <button type="button" data-bs-target="#bannerCarousel" data-bs-slide-to="0" class="active"></button> <button type="button" data-bs-target="#bannerCarousel" data-bs-slide-to="1"></button> <button type="button" data-bs-target="#bannerCarousel" data-bs-slide-to="2"></button> </div> <!-- The slideshow/carousel --> <div class="carousel-inner w-full"> <div class="carousel-item active"> <div class="carousel-primary-slide grid grid-cols-1 md:grid-cols-5 flex flex-col md:flex-row bg-primary-teal dark:bg-gray-700 mx-auto pt-2 px-8 lg:px-14" style="height:250px"> <div class="col-span-3 pt-3 pb-6"> <h1 class="text-3xl md:text-5xl lg:text-6xl font-semibold text-gray-100 pb-3 md:pb-0 md:pl-8 lg:pl-9">Game Assets<br> For Indie <br>Developers </h1> </div> <div class="col-span-1 md:col-span-2 hidden md:visible md:flex md:flex-col pb-6 pl-12 justify-end"> <p class="text-gray-100 md:text-xs lg:text-base pb-2 lg:pl-4 lg:pr-10">Join our community of 170,000+ amazing creators, or help your game developer pals discover some great work.</p> <div class="flex flex-row gap-2 lg:pl-4 lg:pr-10 pb-6"> <button class="general-button md:text-xs lg:text-base md:w-1/2 md:px-1 h-8 border-1 border-orange-500 bg-gray-50 hover:bg-gray-200 shadow rounded-md"> <a href="/about/selling"><span class="text-gray-900">Selling guide</span></a> </button> <button class="orange-button md:text-xs lg:text-base md:w-1/2 md:px-1 h-8 bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-gray-100 shadow rounded-md"> <a href="/about/alliances"><span class="text-gray-100 hover:text-gray-100">Alliance info</span></a> </button> </div> </div> </div> </div> <div class="carousel-item"> <div class="grid grid-cols-1 md:grid-cols-5 flex flex-col md:flex-row bg-gray-900 dark:bg-gray-700 sm:pb-0 md:pb-6 lg:pb-0 pt-2 px-8 lg:px-14" style="height:250px"> <div class="col-span-3 pt-3 pb-6"> <h1 class="text-3xl md:text-4xl lg:text-6xl font-semibold text-gray-100 dark:text-gray-300 pb-3 md:pl-10">Our latest <br>featured creator is... <br><span class="text-pink-600">PhatPhrogStudio</span></h1> </div> <div class="col-span-1 md:col-span-2 hidden md:visible md:flex md:flex-col pb-6 pl-12 justify-end"> <div class="flex flex-row gap-2 pl-4 pr-10 pb-6 justify-end"> <button class="pink-button w-full md:text-xs lg:text-base lg:w-3/4 md:px-1 h-8 lg:h-10 bg-pink-600 dark:bg-pink-700 hover:bg-pink-700 dark:hover:bg-pink-800 shadow rounded-md"> <a href="/member/PhatPhrogStudio"><span class="text-gray-100 hover:text-gray-100">View creator's store</span></a> </button> </div> </div> </div> </div> <div class="carousel-item"> <div class="grid grid-cols-1 md:grid-cols-5 flex flex-col md:flex-row bg-gray-900 dark:bg-gray-700" style="height:250px"> <!-- Banner Image --> <div class="col-span-5 md:col-span-5 bg-fit bg-center dark:bg-gray-900 dark:bg-opacity-25" style="height:200px; background-image: url('https://www.gamedevmarket.net/images/carousel-bundle-slide.png'); background-blend-mode: multiply;"> </div> <!-- Bottom strip with buttons --> <div class="col-span-5 md:col-span-5 bg-primary-orange flex justify-between items-center px-12 dark:bg-opacity-80" style="height:50px;"> <!-- Text Section --> <div class="text-left font-semibold pl-6"> <span class="text-gray-100 dark:text-gray-200 text-lg">Browse amazing asset bundles...</span> </div> <!-- Buttons Section --> <div class="flex flex-row gap-2 pr-6"> <a href="/category/seller-bundles" class="z-10 w-auto md:text-xs lg:text-base hover:text-gray-900 dark:text-gray-700 border-1 border-primary-teal bg-gray-50 hover:bg-gray-200 shadow rounded-md h-8 px-4 flex justify-center items-center dark:bg-opacity-90">Seller Bundles</a> <a href="/category/asset-bundles" class="z-10 w-auto md:text-xs lg:text-base bg-primary-teal dark:bg-primary-teal hover:bg-primary-teal shadow rounded-md h-8 text-gray-100 dark:text-gray-200 hover:text-white dark:hover:text-gray-300 px-4 flex justify-center items-center dark:bg-opacity-90">GDM Bundles</a> </div> </div> </div> </div> </div> </div> <div class="md:hidden bg-primary-teal pt-2 px-4"> <div class="pt-3 pb-6"> <h1 class="text-4xl text-center font-semibold text-gray-100">Game Assets<br> For Indie<br> Developers</h1> </div> <div class="col-span-1 md:col-span-2 hidden md:visible md:flex md:flex-col pb-6 pl-12 justify-end"> <p class="text-gray-100 md:text-sm lg:text-base pb-2 pl-12">Join our community of amazing creators, or help your game developer pals discover some great work.<br> 90,000 members can't all be wrong!</p> <div class="flex flex-row gap-2 pl-12"> <button class="carousel-button-1 md:text-xs lg:text-base lg:w-1/2 md:px-1 h-8 text-gray-100 shadow rounded-md" style="background-color: #f2905f;"> <a href="/about/selling">Selling guide</a> </button> <button class="carousel-button-2 md:text-xs lg:text-base lg:w-1/2 md:px-1 h-8 text-gray-100 shadow rounded-md"> <a href="/about/alliances">Alliance info</a> </button> </div> </div> </div> </div> <div class="hidden md:block"> <div class="bg-gray-100 dark:bg-gray-300 py-2 px-12 mb-6 hidden md:block"> <div class="container mx-auto text-center"> <div class="flex justify-between items-center space-x-6 lg:space-x-12"> <!-- Member Count --> <div class="flex flex-1 flex-col items-center"> <p class="text-xl lg:text-2xl font-extrabold text-gray-800 dark:text-gray-900">172,000+</p> <p class="text-xl lg:text-2xl font-medium text-gray-800 dark:text-gray-900">Active Members</p> </div> <!-- Vertical Separator --> <div class="hidden md:block h-10 border-l border-gray-300"></div> <!-- Listed Assets Count --> <div class="flex flex-1 flex-col items-center"> <p class="text-xl lg:text-2xl font-extrabold text-gray-800 dark:text-gray-900">30,000+</p> <p class="text-xl lg:text-2xl font-medium text-gray-800 dark:text-gray-900">Listed Assets</p> </div> <!-- Vertical Separator --> <div class="hidden md:block h-10 border-l border-gray-300"></div> <!-- Orders Completed Count --> <div class="flex flex-1 flex-col items-center"> <p class="text-xl lg:text-2xl font-extrabold text-gray-800 dark:text-gray-900 hover:text-gray-900 flex items-center relative"> $700k+ <span class="ml-2 relative"> <i id="tooltip-trigger" class="mr-2 fas fa-info-circle text-gray-600 dark:text-gray-900 cursor-pointer" style="font-size: 1.25rem;"></i> <span id="tooltip" class="absolute bottom-full left-1/2 transform -translate-x-1/2 mb-2 w-96 p-2 text-sm text-white bg-gray-800 dark:bg-gray-900 rounded shadow-lg opacity-0 dark:opacity-0 hover:opacity-100 dark:hover:opacity-100 hidden transition-opacity duration-300 z-10 whitespace-normal"> Raised through a combination of charity promotions on GameDev Market & the multiple Humble Bundles we have put together </span> </span> </p> <p class="text-xl lg:text-2xl font-medium text-gray-800 dark:text-gray-900"> Raised For Charity </p> </div> <!-- Vertical Separator --> <div class="hidden md:block h-10 border-l border-gray-300"></div> <!-- Active Years Count --> <div class="flex flex-1 flex-col items-center"> <p class="text-xl lg:text-2xl font-extrabold text-gray-800 dark:text-gray-900">10+ Years</p> <p class="text-xl lg:text-2xl font-medium text-gray-800 dark:text-gray-900">Levelling Up Projects!</p> </div> </div> </div> </div> <script> document.addEventListener('DOMContentLoaded', function () { const tooltipTrigger = document.getElementById('tooltip-trigger'); const tooltip = document.getElementById('tooltip'); tooltipTrigger.addEventListener('mouseover', function () { tooltip.style.opacity = '1'; tooltip.style.display = 'block'; tooltip.style.setProperty('opacity', '1', 'important'); tooltip.style.setProperty('display', 'block', 'important'); }); tooltipTrigger.addEventListener('mouseout', function () { tooltip.style.opacity = '0'; tooltip.style.display = 'none'; tooltip.style.setProperty('opacity', '0', 'important'); tooltip.style.setProperty('display', 'none', 'important'); }); }); </script> </div> <div class="container mx-auto py-2 px-3 my-4"> <h2 class="text-2xl mb-2">Trending categories</h2> <div class="grid grid-cols-2 grid-rows-3 gap-4 md:grid-cols-3 md:grid-rows-2 lg:grid-cols-6 lg:grid-rows-1"> <a href="/category/2d/backgrounds"> <div class="trending-categories rounded-md bg-gray-800 hover:opacity-90 border-solid border-4 border-green-600 dark:border-green-800 py-6 h-32 content-center"> <h1 class="text-gray-100 text-3xl mx-auto text-center">2D</h1> <p class="text-gray-100 text-2xl mx-auto text-center">Backgrounds</p> </div> </a> <a href="/category/2d/characters"> <div class="trending-categories rounded-md bg-gray-800 hover:opacity-90 border-solid border-4 border-blue-600 dark:border-blue-800 py-6 h-32 content-center"> <h1 class="text-gray-100 text-3xl mx-auto text-center">2D</h1> <p class="text-gray-100 text-2xl mx-auto text-center">Characters</p> </div> </a> <a href="/category/gui/hud"> <div class="trending-categories rounded-md bg-gray-800 hover:opacity-90 border-solid border-4 border-yellow-300 dark:border-yellow-500 py-6 h-32 content-center"> <h1 class="text-gray-100 text-3xl mx-auto text-center">GUI</h1> <p class="text-gray-100 text-2xl mx-auto text-center">HUD</p> </div> </a> <a href="/category/audio/sound-fx"> <div class="trending-categories rounded-md bg-gray-800 hover:opacity-90 border-solid border-4 border-pink-500 dark:border-pink-700 py-6 h-32 content-center"> <h1 class="text-gray-100 text-3xl mx-auto text-center">Audio</h1> <p class="text-gray-100 text-2xl mx-auto text-center">SFX</p> </div> </a> <a href="/category/3d/characters-3d"> <div class="trending-categories rounded-md bg-gray-800 hover:opacity-90 border-solid border-4 border-yellow-500 dark:border-yellow-600 py-6 h-32 content-center"> <h1 class="text-gray-100 text-3xl mx-auto text-center">3D</h1> <p class="text-gray-100 text-2xl mx-auto text-center">Characters</p> </div> </a> <a href="/category/gui/icons"> <div class="trending-categories rounded-md bg-gray-800 hover:opacity-90 border-solid border-4 border-red-600 dark:border-red-700 py-6 h-32 content-center"> <h1 class="text-gray-100 text-3xl mx-auto text-center">GUI</h1> <p class="text-gray-100 text-2xl mx-auto text-center">Icons</p> </div> </a> </div> </div> <div class="container mx-auto py-2 px-3 pb-6 my-2"> <div class="flex justify-between items-center mb-2"> <h2 class="text-2xl text-gray-900">Popular Bundles</h2> <p><a href="/category/asset-bundles" class="text-link text-sm text-gray-900 hover:text-gray-600">See all bundles &rarr;</a></p> </div> <div class="grid grid-cols-1 grid-rows-4 md:grid-cols-2 md:grid-rows-2 lg:grid-cols-4 lg:grid-rows-1 gap-4"> <!-- Item card --> <a href="/asset/2d-featured-creator-bundle-finalbossblues" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20221101150449/8d7599d226cb3b0ac5b45bd9d02b0ca7.png" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class="grid grid-cols-2 absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="bg-red-600 bg-opacity-80 p-1 rounded-tl-md"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center line-through">$171.00</p> </div> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$34.20</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">2D Featured Creator Bundle - Finalbossblues</p> <p class="inline-block">by gamedevmarket</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/2d-creator-bundle-elvgames" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20221123110611/b175a4fd713456bdb1d65e1bdbaa2d9c.png" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class="grid grid-cols-2 absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="bg-red-600 bg-opacity-80 p-1 rounded-tl-md"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center line-through">$296.00</p> </div> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$29.60</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">2D Creator Bundle - ElvGames</p> <p class="inline-block">by gamedevmarket</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/2d-creator-bundle-wowu" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20221213132414/5797797be588a4e46903e6bbea7b931a.png" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class="grid grid-cols-2 absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="bg-red-600 bg-opacity-80 p-1 rounded-tl-md"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center line-through">$290.00</p> </div> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$29.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">2D Creator Bundle - Wowu</p> <p class="inline-block">by gamedevmarket</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/2d-creator-bundle-yurakr" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20220501082815/0eb3532c0caa7273d9143d37d001be35.png" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class="grid grid-cols-2 absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="bg-red-600 bg-opacity-80 p-1 rounded-tl-md"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center line-through">$1,120.00</p> </div> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$39.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">2D Creator Bundle - Yurakr</p> <p class="inline-block">by gamedevmarket</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> </div> </div> <div class="container mx-auto py-2 px-3 pb-6 my-2"> <div class="flex justify-between items-center mb-2"> <h2 class="text-2xl text-gray-900">Popular 2D Assets</h2> <p><a href="/category/2d" class="text-link text-sm text-gray-900 hover:text-gray-600">See all 2D &rarr;</a></p> </div> <div class="grid grid-cols-1 grid-rows-4 md:grid-cols-2 md:grid-rows-2 lg:grid-cols-4 lg:grid-rows-1 gap-4"> <!-- Item card --> <a href="/asset/over-80-rpg-characters-w-animations-3540" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203202756/2191568add2b1a21bd1e6e56ccf69c05e7895c0b.png" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$15.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Over 80 RPG Characters w Animations</p> <p class="inline-block">by finalbossblues</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/monsters-time-fantasy-rpg-sprite-pack-4391" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203202156/89e46c17a4693244859e8a975b73ce1f58a39943.png" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$10.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Monsters Time Fantasy RPG Sprite Pack</p> <p class="inline-block">by finalbossblues</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/2d-hand-painted-town-tileset-6626" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20210502172737/60c09d77030fd9ffc9793796c595b041.png" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$13.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">2D Hand Painted - Town Tileset</p> <p class="inline-block">by DanielThomas</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/skill-icon-pack-8729" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203194630/b6d47bd25509bddff549e7ad08a5fc4c490c2583.jpg" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$10.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Skill Icon Pack</p> <p class="inline-block">by Rexard</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> </div> </div> <div class="container mx-auto py-2 px-3 pb-6 my-2"> <div class="flex justify-between items-center mb-2"> <h2 class="text-2xl text-gray-900">Popular 3D Assets</h2> <p><a href="/category/3d" class="text-link text-sm text-gray-900 hover:text-gray-600">See all 3D &rarr;</a></p> </div> <div class="grid grid-cols-1 grid-rows-4 md:grid-cols-2 md:grid-rows-2 lg:grid-cols-4 lg:grid-rows-1 gap-4"> <!-- Item card --> <a href="/asset/grim-bear-top-down-dungeon-building-set-volume-1" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203204956/2eb3cbb1c69eb6c5f4f90efe0b0df9c7c5c02417.jpg" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$9.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Grim Bear top down dungeon building set - Volume 1</p> <p class="inline-block">by AlKoponen</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/stylized-industrial-props-set" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203153933/28b506e8257495007e6a4aaa7b04f3a5.jpg" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$10.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Stylized Industrial Props Set</p> <p class="inline-block">by GameReady</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/top-down-post-apocalyptic-props" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203153928/5a2a35c5dd1181a56c936b530c4d885a.jpg" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$20.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Top-Down Post-Apocalyptic Props</p> <p class="inline-block">by GameReady</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/fantasy-nature-pack-3536" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203202758/bf71660c3135159a8896fc1faa8ebca2d9b86f2a.jpg" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$15.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Fantasy Nature Pack</p> <p class="inline-block">by Skysongteam</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> </div> </div> <div class="container mx-auto py-2 px-3 pb-6 my-2"> <div class="flex justify-between items-center mb-2"> <h2 class="text-2xl text-gray-900">Popular Audio Assets</h2> <p><a href="/category/audio" class="text-link text-sm text-gray-900 hover:text-gray-600">See all Audio &rarr;</a></p> </div> <div class="grid grid-cols-1 grid-rows-4 md:grid-cols-2 md:grid-rows-2 lg:grid-cols-4 lg:grid-rows-1 gap-4"> <!-- Item card --> <a href="/asset/rpg-fantasy-music-pack-lite" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/C9pXlykr0BYFoAeWM5xLIBjGmsMWVFLdk4mM8Hni.png" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$10.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">RPG/Fantasy Music Pack Lite</p> <p class="inline-block">by Audios_With_Love</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/super-retro-sfx-pack-1520" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203205028/36d1583a5e7437ae38a7cb5d36c4e711619669ec.jpg" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$15.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Super Retro - SFX Pack</p> <p class="inline-block">by EvilMind</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/massive-game-music-collection" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203145210/e4032c020101800f9f01a959eba7119d.png" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class="grid grid-cols-2 absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="bg-red-600 bg-opacity-80 p-1 rounded-tl-md"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center line-through">$45.00</p> </div> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$13.50</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Massive Game Music Collection</p> <p class="inline-block">by AndySv</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/chiptunes-music-and-sfx-pack" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20200823001747/b36449cbd6d6bd3982377c3ce34e387a.jpg" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$25.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">The 8-bit Jukebox - music pack</p> <p class="inline-block">by cyberleaf</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> </div> </div> <div class="container mx-auto py-2 px-3 pb-6 my-2"> <div class="flex justify-between items-center mb-2"> <h2 class="text-2xl text-gray-900">Popular GUI Assets</h2> <p><a href="/category/gui" class="text-link text-sm text-gray-900 hover:text-gray-600">See all GUI &rarr;</a></p> </div> <div class="grid grid-cols-1 grid-rows-4 md:grid-cols-2 md:grid-rows-2 lg:grid-cols-4 lg:grid-rows-1 gap-4"> <!-- Item card --> <a href="/asset/space-game-gui-set-3797" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203202548/e692ca2ffd50f1d931273aa35f46c3d7c483eadc.jpg" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$14.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Space Game GUI Set</p> <p class="inline-block">by wowu</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/gui-icons-8656" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203194651/540a0626fcdaff74ad813746367ec757a959789a.jpg" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$10.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">GUI Icons</p> <p class="inline-block">by Rexard</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/16x16-icons-for-rpg-pack-1-915" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203205227/ca7aec527ec778d10399a20c50e851eb654c7915.png" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$15.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">7Soul&#039;s RPG Graphics - Icon Pack</p> <p class="inline-block">by 7Soul</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> <!-- Item card --> <a href="/asset/wooden-ui-9146" class="item-card group hover:text-gray-700 relative"> <div class="item-card-bottom rounded-md pb-1 bg-gray-200 group-hover:bg-white shadow-md group-hover:shadow-lg mb-4"> <div class="relative"> <div class="h-56 md:h-44 item-card-image"> <img src="https://cdn.gamedevmarket.net/wp-content/uploads/20191203194247/ab51c0223cc49fde341ebb6195694e774f799ba0.jpg" alt="Asset image" class="h-56 md:h-44 w-full object-top object-cover rounded-t-md"> </div> <div class=" absolute bottom-0 right-0 bg-gray-500 bg-opacity-80 rounded-tl-md"> <div class="p-1"> <p class="item-card-text text-xs text-gray-200 font-semibold text-center">$6.00</p> </div> </div> <!-- Heart Icon for Wishlist as Overlay --> </div> <div class="item-card-bottom text-sm p-2 h-16"> <p class="line-clamp-1">Wooden UI</p> <p class="inline-block">by Rexard</p> <button class="orange-button float-right bg-orange-400 dark:bg-amber-600 hover:bg-orange-500 dark:hover:bg-amber-700 text-white text-xs px-2 py-1.5 mt-1.5 rounded-md">View Asset</button> </div> </div> </a> <!-- End of item card --> </div> </div> <!-- Modal for Creating a New Wishlist --> <div id="createWishlistModalHomepage" class="fixed inset-0 bg-gray-600 bg-opacity-75 flex items-center justify-center z-50 hidden"> <div class="bg-white p-6 rounded shadow-lg w-1/3"> <h2 class="text-xl mb-4">Create New Wishlist</h2> <form action="https://www.gamedevmarket.net/user/wishlists/create-and-add" method="POST"> <input type="hidden" name="_token" value="RlABaJ0zSyiUgZmeeNWrD3zU8qn6ylGMoHSjLjji" autocomplete="off"> <input type="hidden" name="product_id"> <label for="wishlist_name" class="block mb-2">Wishlist Name</label> <input type="text" name="wishlist_name" class="form-input w-full mb-4" required> <!-- New Description Field --> <label for="wishlist_description" class="block mb-2">Description (Optional)</label> <textarea name="wishlist_description" class="form-textarea w-full mb-4" rows="3" placeholder="Add a description for your wishlist..."></textarea> <div class="flex justify-end"> <button type="button" class="mr-2 bg-gray-500 text-white py-2 px-4 rounded" onclick="document.getElementById('createWishlistModalHomepage').classList.add('hidden')">Cancel</button> <button type="submit" class="bg-blue-500 text-white py-2 px-4 rounded">Create & Add</button> </div> </form> </div> </div> <!-- Modal for Choosing a Wishlist --> <div id="chooseWishlistModalHomepage" class="fixed inset-0 bg-gray-600 bg-opacity-75 flex items-center justify-center z-50 hidden"> <div class="bg-white p-6 rounded shadow-lg w-1/3"> <h2 class="text-xl mb-4">Choose Wishlist</h2> <form action="https://www.gamedevmarket.net/user/wishlists/add-to-existing" method="POST"> <input type="hidden" name="_token" value="RlABaJ0zSyiUgZmeeNWrD3zU8qn6ylGMoHSjLjji" autocomplete="off"> <input type="hidden" name="product_id"> <label for="wishlist_id" class="block mb-2">Select Wishlist</label> <select name="wishlist_id" class="form-select w-full mb-4" required> <!-- Options will be populated dynamically --> </select> <div class="flex justify-end"> <button type="button" class="mr-2 bg-gray-500 text-white py-2 px-4 rounded" onclick="document.getElementById('chooseWishlistModalHomepage').classList.add('hidden')">Cancel</button> <button type="submit" class="bg-blue-500 text-white py-2 px-4 rounded">Add to Wishlist</button> </div> </form> </div> </div> <!-- Start of footer --> <div class="bg-gray-900 border-t-1 border-gray-700"> <div class="justify-center flex flex-row space-x-6 py-3 dark:bg-gray-800"> <div class="hover:opacity-80"> <a href="https://twitter.com/gameresources/"> <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="35" height="35" viewBox="0 0 50 50"> <path fill="#fff" d="M 11 4 C 7.134 4 4 7.134 4 11 L 4 39 C 4 42.866 7.134 46 11 46 L 39 46 C 42.866 46 46 42.866 46 39 L 46 11 C 46 7.134 42.866 4 39 4 L 11 4 z M 13.085938 13 L 21.023438 13 L 26.660156 21.009766 L 33.5 13 L 36 13 L 27.789062 22.613281 L 37.914062 37 L 29.978516 37 L 23.4375 27.707031 L 15.5 37 L 13 37 L 22.308594 26.103516 L 13.085938 13 z M 16.914062 15 L 31.021484 35 L 34.085938 35 L 19.978516 15 L 16.914062 15 z"></path> </svg> </a> </div> <div class="hover:opacity-80"> <a href="https://www.facebook.com/gamedevmarket/"> <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="35" height="35" viewBox="0 0 50 50"> <path fill="#fff" d="M25,3C12.85,3,3,12.85,3,25c0,11.03,8.125,20.137,18.712,21.728V30.831h-5.443v-5.783h5.443v-3.848 c0-6.371,3.104-9.168,8.399-9.168c2.536,0,3.877,0.188,4.512,0.274v5.048h-3.612c-2.248,0-3.033,2.131-3.033,4.533v3.161h6.588 l-0.894,5.783h-5.694v15.944C38.716,45.318,47,36.137,47,25C47,12.85,37.15,3,25,3z"></path> </svg> </a> </div> <div class="hover:opacity-80"> <a href="https://www.instagram.com/gamedevmarket/"> <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="35" height="35" viewBox="0 0 50 50"> <path fill="#fff" d="M 16 3 C 8.8324839 3 3 8.8324839 3 16 L 3 34 C 3 41.167516 8.8324839 47 16 47 L 34 47 C 41.167516 47 47 41.167516 47 34 L 47 16 C 47 8.8324839 41.167516 3 34 3 L 16 3 z M 16 5 L 34 5 C 40.086484 5 45 9.9135161 45 16 L 45 34 C 45 40.086484 40.086484 45 34 45 L 16 45 C 9.9135161 45 5 40.086484 5 34 L 5 16 C 5 9.9135161 9.9135161 5 16 5 z M 37 11 A 2 2 0 0 0 35 13 A 2 2 0 0 0 37 15 A 2 2 0 0 0 39 13 A 2 2 0 0 0 37 11 z M 25 14 C 18.936712 14 14 18.936712 14 25 C 14 31.063288 18.936712 36 25 36 C 31.063288 36 36 31.063288 36 25 C 36 18.936712 31.063288 14 25 14 z M 25 16 C 29.982407 16 34 20.017593 34 25 C 34 29.982407 29.982407 34 25 34 C 20.017593 34 16 29.982407 16 25 C 16 20.017593 20.017593 16 25 16 z"></path> </svg> </a> </div> </div> <hr class="w-full text-white"> <div class="container mx-auto flex flex-col md:flex-row flex-nowrap py-8 px-3 mt-2 text-gray-300 font-light text-gray-400 md:space-x-6"> <div class="flex flex-col md:w-2/5"> <div class="flex flex-row"> <img src="https://www.gamedevmarket.net/logo.png" class="w-24 mr-4" alt="GameDev Market logo"/> <p class="text-gray-100">GameDev Market is a marketplace for high quality, affordable game assets handcrafted by talented creators from all around the world.</p> </div> <p class="text-xs mt-6"> GameDev Network Limited is registered in England & Wales (08951892). Registered office: Baltic Co-Working Space, 12 Jordan Street, Liverpool, UK. L1 0BP. ICO registered (ZA122213). </p> <p class="text-xs mt-4"> &copy; 2025 GameDev Network Limited. All rights reserved. </p> </div> <div class="flex flex-col md:flex-row md:justify-between md:w-3/5"> <div> <h3 class="text-white text-gray-100 font-semibold text-xl md:mt-0">Marketplace</h3> <ul class="leading-loose"> <li><a href="/category/2d">2D Game Assets</a></li> <li><a href="/category/3d">3D Game Assets</a></li> <li><a href="/category/gui">GUI Game Assets</a></li> <li><a href="/category/audio/music">Music Game Assets</a></li> <li><a href="/category/audio/sound-fx">Sound FX Game Assets</a></li> </ul> </div> <div> <h3 class="text-white text-gray-100 font-semibold text-xl md:mt-0">About</h3> <ul class="leading-loose"> <li><a href="/support">Knowledge Base</a></li> <li><a href="/about/partnership-enquiries">Partnership Enquiries</a></li> <li><a href="/about/gdm">About</a></li> <li><a href="/about/alliances">Referral Scheme</a></li> <li><a href="/about/selling">Selling Guide</a></li> <li><a href="/about/licences">Our Licences</a></li> <li><a href="/about/eu-vat-2015">EU VAT</a></li> </ul> </div> <div> <h3 class="text-white text-gray-100 font-semibold text-xl md:mt-0">Legal</h3> <ul class="leading-loose"> <li><a href="/terms-conditions#marketplace-terms">Marketplace Terms</a></li> <li><a href="/terms-conditions#terms-website-use">Terms of Website Use</a></li> <li><a href="/terms-conditions#acceptable-use-policy">Acceptable Use Policy</a></li> <li><a href="/privacy-policy">Privacy Policy</a></li> <li><a href="/cookie-policy">Cookie Policy</a></li> </ul> </div> </div> </div> </div> <!-- End of footer --> <script src="/js/tinymce/tinymce.min.js"></script> <script src="/js/app.js"></script> <script> // Include the UserVoice JavaScript SDK (only needed once on a page) UserVoice=window.UserVoice||[];(function(){var uv=document.createElement('script');uv.type='text/javascript';uv.async=true;uv.src='//gamedevmarket.uservoice.com/widget_environment/umZy0GZCsieRmb86lcq3g.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv,s)})(); UserVoice.push(['set', { accent_color: '#2B78C5', trigger_color: 'white', trigger_background_color: 'orange' }]); UserVoice.push(['identify', { }]); // Add default trigger to the bottom-right corner of the window: UserVoice.push(['addTrigger', {mode: 'contact', trigger_position: 'bottom-right' }]); UserVoice.push(['autoprompt', {}]); </script> <script async>(function(s,u,m,o,j,v){j=u.createElement(m);v=u.getElementsByTagName(m)[0];j.async=1;j.src=o;j.dataset.sumoSiteId='4354d322e861cd027233aceb43d89008563bf4d342046bca8d715ff5beb7684b';v.parentNode.insertBefore(j,v)})(window,document,'script','//load.sumo.com/');</script> <script> document.addEventListener('DOMContentLoaded', function() { console.log('Search Script loaded'); const wishlistButtons = document.querySelectorAll('.search-wishlist-btn'); console.log('Wishlist buttons found:', wishlistButtons.length); // Debugging line wishlistButtons.forEach(function(button) { button.addEventListener('click', function(event) { console.log('Wishlist button clicked on Search'); // Debugging line event.preventDefault(); const productId = this.getAttribute('data-product-id'); const isWishlisted = this.querySelector('i').classList.contains('fas'); // Check if the product is already wishlisted const token = 'RlABaJ0zSyiUgZmeeNWrD3zU8qn6ylGMoHSjLjji'; if (isWishlisted) { // Product is already wishlisted, show confirmation dialog const confirmRemoval = confirm('Do you wish to remove this asset from your wishlist?'); if (!confirmRemoval) { return; // User canceled, do nothing } } fetch(`https://www.gamedevmarket.net/user/wishlists/quick-toggle`, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-CSRF-TOKEN': token, }, body: JSON.stringify({ product_id: productId }) }) .then(response => { if (!response.ok) { throw new Error('Network response was not ok'); } return response.json(); // Parsing the response to JSON }) .then(data => { console.log('Data received:', data); // Debugging line to see the data received from the server if (data.status === 'added') { // If the item was added, update the icon to a filled heart this.querySelector('i').classList.remove('far'); this.querySelector('i').classList.add('fas', 'text-red-500'); } else if (data.status === 'removed') { // If the item was removed, update the icon to an empty heart this.querySelector('i').classList.remove('fas', 'text-red-500'); this.querySelector('i').classList.add('far', 'text-gray-400'); } else if (data.status === 'create_wishlist') { // If no wishlists exist, open the modal to create one showSearchCreateWishlistModal(productId); } else if (data.status === 'choose_wishlist') { // If multiple wishlists exist, open the modal to choose one showSearchChooseWishlistModal(data.wishlists, productId); } }) .catch(error => console.error('Error:', error)); // Log any errors to the console }); }); }); function showSearchCreateWishlistModal(productId) { const modal = document.getElementById('searchCreateWishlistModal'); modal.querySelector('input[name="product_id"]').value = productId; modal.classList.remove('hidden'); } function showSearchChooseWishlistModal(wishlists, productId) { const modal = document.getElementById('searchChooseWishlistModal'); if (!modal) { console.error('Choose Wishlist Modal not found in the DOM!'); return; } const select = modal.querySelector('select[name="wishlist_id"]'); if (!select) { console.error('Select element not found in the Choose Wishlist Modal!'); return; } select.innerHTML = ''; wishlists.forEach(wishlist => { const option = document.createElement('option'); option.value = wishlist.id; option.textContent = wishlist.name; select.appendChild(option); }); modal.querySelector('input[name="product_id"]').value = productId; modal.classList.remove('hidden'); } </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10