Open VigorWorks opened 2 months ago
👋 Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with weird character can cause all kinds of problems and security flaws, our system won't allow file names with other characters than normal latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines 🙏
!update ColorPickerExample.zip
👋 Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with weird character can cause all kinds of problems and security flaws, our system won't allow file names with other characters than normal latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines 🙏
Hello @VigorWorks, I am not a maintainer but here are some notes:
ColorPicker::Red()
instead of ColorPicker::r()
.I believe your extension is promising. 😀
👋 Thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki.
The following issues have been found by the system concerning the respect of those best practices by your extension:
⟶ ❌ [Dots in sentences]: Field 'shortDescription' of the extension description misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'CreatePicker' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'CheckValue' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SetValue' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'RGB' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'RED' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'GREEN' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'BLUE' misses a dot at the end of the sentence!
Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏
Hey,thanks for the info.
I updated this page and also added a new expression
Updated the extention file again
👋 Thanks for your submission! Unfortunately, all submitted extensions have to meet some minimal quality standard - the extension best practices - and our system has found that your extension does not fully comply 😔. You can find all of those rules on the GDevelop wiki.
The following issues have been found by the system concerning the respect of those best practices by your extension:
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'CreatePicker' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'CheckValue' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'SetValue' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'RGB' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'RED' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'GREEN' misses a dot at the end of the sentence!
⟶ ❌ [Dots in sentences]: Field 'description' of the function 'BLUE' misses a dot at the end of the sentence!
Please update your original submission post with a new zip file containing your extensions updated to follow those guidelines 🙏
updated it again,I dont think it will show any problem now
Description
This is a color picker to change the color of an object based on the user's selection
https://github.com/user-attachments/assets/311f7c68-0fae-4ea6-abf7-8e7672f3597e
How to use the extension
to get RGB :
ColorPicker::RGB()
Checklist
What tier of review do you aim for your extension?
Community (Unreviewed)
Example file
ExampleFile.zip
Extension file
ColorPicker.zip