This website requires JavaScript.
Explore
Help
Sign In
huskee
/
Pixelorama
Watch
1
Star
0
Fork
You've already forked Pixelorama
0
mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced
2025-01-18 09:09:47 +00:00
Code
Issues
Wiki
Activity
b2c157fa07
Pixelorama
/
.gdlintrc
6 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Disable no-else-return and no-elif-return linter checks It's probably best to keep the practice in mind instead of enforcing it
2022-04-22 17:41:43 +00:00
disable:
- no-elif-return
- no-else-return
[Continuation] Auto select cloned frames, reuse tag animations (#861) * Duplicated frames * Added Clone Tag feature * fix remaining tag issues * Update AnimationTimeline.gd formatting * formatting * formatting * add icon and other remaining stuff * formatting * formatting * Update AnimationTimeline.gd * Update AnimationTimeline.gd * some bug fixes * some bug fixes * make empty tags appear as (Untitled) * linting * Delete copy_frame.png * Delete copy_tag.png * Add files via upload * removed separate button and use tag button * UI improvements to "Paste content from tag" * remove some lines that appeared during resolving conflicts * Update AnimationTimeline.gd * moved paste tag code to it's own script to reduce lines to 1000 in animation timeline.gd * formatting * Add files via upload * test lint disabling * Update AnimationTimeline.gd * increase max file lines to 2000 * Removed accidental changes by commit:..... 1902938b9837b24114d6d2d5817e695651e92bbc (Due to my bad habit of dragging and dropping files instead of using git)
2023-06-15 15:28:13 +00:00
max-file-lines: 2000
Copy permalink