1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

[skip ci] Fix Voxelorama link

This commit is contained in:
Emmanouil Papadeas 2024-07-01 18:03:40 +03:00
parent 6601f83332
commit dd6332b75a
2 changed files with 3 additions and 2 deletions

View file

@ -86,7 +86,7 @@ func _on_StoreInformation_request_completed(
# Hide the progress bar because it's no longer required
close_progress()
else:
printerr("Unable to get info from remote repository...")
printerr("Unable to get info from remote repository.")
error_getting_info(result)

View file

@ -19,7 +19,8 @@
// For further help see the entries below for reference of how it's done
## Entries:
[["name", "Voxelorama"], ["version", 1.0], ["description", "An extension for Pixelorama that generates 3D voxel art out of 2D pixel art. ."], ["tags", "Tool", "3D"], ["thumbnail", https://user-images.githubusercontent.com/35376950/185218214-c8356f86-00ed-4f39-b0f8-458a29d0061b.png"], ["download_link", "https://github.com/Orama-Interactive/VoxeloramaExtension/releases/download/1.0/Voxelorama.pck"]]
[["name", "Voxelorama"], ["version", 1.0], ["description", "An extension for Pixelorama that generates 3D voxel art out of 2D pixel art."], ["tags", "Tool", "3D"], ["thumbnail", "https://user-images.githubusercontent.com/35376950/185218214-c8356f86-00ed-4f39-b0f8-458a29d0061b.png"], ["download_link", "https://github.com/Orama-Interactive/VoxeloramaExtension/releases/download/1.0/Voxelorama.pck"]]
[["name", "LospecPaletteImporter"], ["version", 1.1], ["description", "A Pixelorama extension for downloading and importing palettes directly from Lospec."], ["tags", "Palettes"], ["thumbnail", "https://github.com/Variable-ind/Lospec-Palette-Importer/assets/77773850/7ac86623-c428-4409-8f81-c7406527126f"], ["download_link", "https://github.com/OverloadedOrama/Lospec-Palette-Importer/releases/download/v1.1/LospecPaletteImporter.pck"]]