-
-
Notifications
You must be signed in to change notification settings - Fork 10
Added logo upload feature #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #81 +/- ##
=======================================
Coverage 55.17% 55.17%
=======================================
Files 1 1
Lines 29 29
Branches 5 5
=======================================
Hits 16 16
Misses 13 13 Continue to review full report at Codecov.
|
d04a7e4
to
1ff439b
Compare
f66b844
to
54d554c
Compare
/!\ WIP /!\
Adds the logo upload feature, which is basically another field type in the config panel that deals with the preview and the replacement of the old logo URL defined in a Tiled variable by a new one, uploaded by the user.
I called this 'logo' replacement but this could be really any image in Tiled.
You can test this with the map: 'configuration_logo.json'
TODO:
PS: This is working with a local upload (uploading locally the image in the disk and retrieving the path, then replacing the image)