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:
parent
3ea0ef0b5a
commit
4bc4ed1299
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue