mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
637662dee4
* Updated PixelLayerButton's LinkButton's hint_tooltip to be more accurate * Don't automatically link the current frame's cel when enabling new_cels_linked on a layer * Mostly added new system * renamed link group to link set * Enable drag and drop of linked cels on the same layer * formatted CelButton.gd * serialize/deserialize * Copy frames w/ new linked cels system. Removed copy_cel from layer classes * Removed commented out code from AnimationTimeline.copy_frames * Removed Project.duplicate_layers * Removed unlink_cel in favour of using null with link cel (as the first part of that method was the same) * Disabled show_behind_parent on PixelCelButton's LinkedIndicator, as it wasn't enough to improve visibility of selection * Moved BaseLayer.copy out of the Methods to Override section * Added optional texture param to Cel's set_content method (needed for use when deserializing, and otherwise helpful * set textures with set_content where needed * open_image_as_spritesheet_layer new_cels_linked part updated * clone layer with linked cels implemented. Removed copy_all_cels from layer classes * weaked how copied layers names are updated * Merge layers works with new linked cels now * Fixed texture on cel buttons not being updated on button setup * fixed bug where using set_content with new image texture would result in an empty texture * Open old .pxo with new linked cels * simplified backwards compatiblity * removed linked_cels * better linked cels backwards compatibility * Removed some old TODO comments * fixed linked_cels conversion bug when linked_cels is empty * Added undo for linking the previous cel when creating new cels with new_cels_linked enabled * Removed TODOs * Cleaned up some method variable naming * Cleaned up deserialization * combined matching for loops * Inlined BaseLayer.copy() where its used * gdformat * Fixed Translations,pot Co-authored-by: MrTriPie <MrTriPie> |
||
---|---|---|
.. | ||
af_ZA.po | ||
ar_SA.po | ||
ca_ES.po | ||
cs_CZ.po | ||
da_DK.po | ||
de_DE.po | ||
el_GR.po | ||
en.po | ||
en_US.po | ||
eo_UY.po | ||
es_ES.po | ||
fi_FI.po | ||
fr_FR.po | ||
he_IL.po | ||
hi_IN.po | ||
hu_HU.po | ||
id_ID.po | ||
it_IT.po | ||
ja_JP.po | ||
ko_KR.po | ||
lv_LV.po | ||
ml_IN.po | ||
nb_NO.po | ||
nl_NL.po | ||
no_NO.po | ||
pl_PL.po | ||
pt_BR.po | ||
pt_PT.po | ||
README.md | ||
ro_RO.po | ||
ru_RU.po | ||
si_LK.po | ||
sr_SP.po | ||
sv_SE.po | ||
tr_TR.po | ||
Translations.pot | ||
uk_UA.po | ||
vi_VN.po | ||
zh_CN.po | ||
zh_TW.po |
Contributing Translations
If you wish to contribute a translation, make sure to use Pixelorama's Crowdin page. Crowdin is a web-based translation platform, where people can contribute translations together and with ease. Please use Crowdin and do not directly open pull requests to Pixelorama's GitHub repository.