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.
The art pack contains:
.webp
files in art/cards/
).art/card_frame_high_res.png
).art/sprite_sheets/burst_fx/
).art/main_background_high_res.jpg
).To use the full artwork with the game:
.zip
or .tar.gz
art pack archive from the links above.ConcentricArt
, artCopy
, or similar, depending on the archive and your operating system's extraction tool).cards/
, sprite_sheets/
, card_frame_high_res.png
, etc.). Select and copy all of these items.project.godot
file).art/
directory here. Paste the copied items directly into this art/
directory.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.
For the game's source code, to report issues, or for more information, please visit the GitHub repository:
https://github.com/niallc/ConcentricGodot_Apr25/