André Decher

Results 20 comments of André Decher

During startup the `font_path` is stored in `_font_defaults` similiar to the `size`. When "Dyslexia Font" is enabled all `font_path` will be update to the corresponding (Regular, Bold, Italic) "OpenDyslexic" font....

Thanks for the feedback. 1. I cant reproduce this, if I test it Syntax highlighting still works: ![image](https://github.com/user-attachments/assets/9b02b897-23bd-48c7-b191-f27b8e9266d1) ![image](https://github.com/user-attachments/assets/f118023c-49ab-4e17-ad9c-fc3c7822309e) 2. Okay, will add the "OpenDyslexicMono-Regular.otf" and use it for code...

Changes: - Added OpenDyslexicMono-Regular.otf ![image](https://github.com/user-attachments/assets/fb3185b1-91ec-48ce-a41d-587fa433ed97) - When Dyslexia Font is enabled reduce the font sice by 1/4 `font_resource.size -= (font_resource.size * 0.25)` - Added a ScrollContainer and Shortcuts "esc" for...

I have thought about this again, I think that with `nested while loops` this will not work. Probably it would be better to add an counter/prefix to the `__guard_counter` to...

Yes, without the suffix it would look like: ``` func move_to_bottom(): var __guard_counter := 0 while cell.x < board_size.x - 1: __guard_counter += 1 if __guard_counter > 100: break cell.x...

If you agree I would fix this "typo" in `course\lesson-18-for-loops\lesson.tres` > We'll explain arrays more throughly in the next lesson

Hi Nathan. Just for understanding, purpose of this issue is "just" to add some addtional fonts for support this languages. Right? So for example put a font from here: https://fontmeme.com/fonts/cjk-fonts-collection/...

Hi. Thanks for make it clearer. I had then just some addtional quqstions: - Yes, the Noto Sans looks good therfore (i also had seen this). There is also Noto...

Alright, thank you. I will work on this, probably later this day 😉