1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00

Change the extension repository link

This commit is contained in:
Emmanouil Papadeas 2024-07-16 17:33:31 +03:00
parent 3ea0ef0b5a
commit 4bc4ed1299

View file

@ -6,7 +6,7 @@ extends Window
const STORE_NAME := "Extension Explorer" const STORE_NAME := "Extension Explorer"
# gdlint: ignore=max-line-length # gdlint: ignore=max-line-length
const STORE_LINK := "https://raw.githubusercontent.com/Orama-Interactive/Pixelorama/master/src/UI/ExtensionExplorer/extension_repository.md" const STORE_LINK := "https://raw.githubusercontent.com/Orama-Interactive/PixeloramaExtensionRepository/main/extension_repository.md"
## File that will contain information about extensions available for download ## File that will contain information about extensions available for download
const STORE_INFORMATION_FILE := STORE_NAME + ".md" const STORE_INFORMATION_FILE := STORE_NAME + ".md"
const EXTENSION_ENTRY_TSCN := preload("res://src/UI/ExtensionExplorer/Entry/ExtensionEntry.tscn") const EXTENSION_ENTRY_TSCN := preload("res://src/UI/ExtensionExplorer/Entry/ExtensionEntry.tscn")