Concentric (Godot Version) - Art Assets

This page provides the optional full art asset pack for the Godot version of "Concentric," a turn-based PvE deck-building auto-battler. The main game logic and essential placeholder/low-resolution art are available in the GitHub repository, allowing the game to run correctly without these larger high-resolution assets.

Download Art Pack

The art pack contains:

Installation Instructions

To use the full artwork with the game:

  1. Clone or download the game project from the GitHub repository (if you haven't already).
  2. Download either the .zip or .tar.gz art pack archive from the links above.
  3. Extract the downloaded archive. This will likely create a new folder (e.g., named ConcentricArt, artCopy, or similar, depending on the archive and your operating system's extraction tool).
  4. Open this newly created folder.
  5. Inside, you will find the actual art asset subfolders and files (e.g., cards/, sprite_sheets/, card_frame_high_res.png, etc.). Select and copy all of these items.
  6. Navigate to the root directory of your cloned "Concentric (Godot Version)" project (this is the folder that contains the project.godot file).
  7. You should see an existing art/ directory here. Paste the copied items directly into this art/ directory.
  8. Your operating system should prompt you if you want to merge folders (e.g., merging the art pack's cards/ folder with the project's existing empty or placeholder art/cards/ folder) and replace any files with the same name. Allow it to merge and replace. This effectively adds all the full art files into the correct locations within your project's art/ directory.

Important: Ensure you are copying the *contents* of the extracted art pack folder (like the cards/ folder, sprite_sheets/ folder, and individual image files) directly into your project's art/ directory, not the extracted folder itself (e.g., do not copy the ConcentricArt/ folder into art/, resulting in art/ConcentricArt/). The goal is to have paths like res://art/cards/your_card.webp become valid.

If the art assets are not correctly placed, the game will use lower-resolution placeholders, and some visual effects might not appear as intended, but the game should still be playable.

Project Repository

For the game's source code, to report issues, or for more information, please visit the GitHub repository:

https://github.com/niallc/ConcentricGodot_Apr25/