Lynn Zheng

Results 12 comments of Lynn Zheng

Fixed in d683c6682a5c654b43057a5db64893db411d5312

@a2937 Hi Aaron, Thanks for the note and sounds good! I'm looking into these two Ren'Py docs for creating DLCs on my end. https://www.renpy.org/dev-doc/html/updater.html https://www.renpy.org/doc/html/persistent.html#multi-game-persistence

Git branch to spike on: https://github.com/freeCodeCamp/LearnToCodeRPG/tree/localization `tl` folder: https://github.com/freeCodeCamp/LearnToCodeRPG/tree/localization/game/tl - [ ] Maybe we can keep only `game/tl` on the branch that Crowdin is pushing and pulling from so that...

> > So looking at the localisation branch, the files are pre-populated with empty strings. Can they be prepopulated with the English text instead? > > Yes - we would...

@nhcarrigan Hi Nick. Thanks for the hard work and sorry for the repeated ping 😅 I saw some issues with the Crowdin translation: Some strings that should be translated aren't...

Just dropping screenshots of Crowdin so I can refer to those in other PRs Line to be translated: ```renpy player @ surprised "{b}Full-stack{/b}... What is that? I better take notes...

Hi @in2love Thanks for the report! I'll look into this bug as well as implement an option to turn off timed choices.

Hi @omenking Thanks for the note! We don't currently have a DLC system in place. I'm looking into these two Ren'Py docs and discussing them with the team. https://www.renpy.org/dev-doc/html/updater.html https://www.renpy.org/doc/html/persistent.html#multi-game-persistence

Thanks so much for this wonderful template! I adapted it using a custom color scheme and credited this template in both the site footer and my repo README. Repo: https://github.com/RuolinZheng08/RuolinZheng08.github.io...

> For me it worked by adding the following: > > ``` > public override void SetFrom(TweenerCore t, VertexGradient vg, bool setImmediately, bool isRelative) > { > var prevEndVal =...