Skip to content
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

chore: Update render-lib #329

Open
wants to merge 183 commits into
base: render-lib
Choose a base branch
from
Open

chore: Update render-lib #329

wants to merge 183 commits into from

Conversation

sjfhsjfh
Copy link
Contributor

Some of the api seems different, to be fixed

Mivik and others added 28 commits February 6, 2024 21:38
* fix: respack closing button

* fix: respack info dialog

* fix: repack info dialog

---------

Co-authored-by: sjfhsjfh <[email protected]>
* Delete phira/locales/ko-KR directory

* Create ko-KR

* Delete phira/locales/ko-KR

* Create file

* Delete phira/locales/ko-KR/file

* Create tst

* Add files via upload

* Delete phira/locales/ko-KR/tst
* Update vi-VN

* Update vi-VN

* Update vi-VN
* Spelling correction

* Spelling correction
* fix translation

* fix translation

* fix translation

* fix translation
* added turkish translation folder

* translated to tr

* added turkish tl files

* added turkish tl
* Update song.ftl

Updated

* Update song.ftl

Fixed translation
* fix: phira-monitor

* fix: trigger buttons during fading scene at profile scene

* Revert "fix: phira-monitor"

This reverts commit 3144a12.

---------

Co-authored-by: Licapule <[email protected]>
* fix: phira-monitor

* fix: touch button when fading

---------

Co-authored-by: Licapule <[email protected]>
* Delete phira/locales/ko-KR directory

* Create ko-KR

* Delete phira/locales/ko-KR

* Create file

* Delete phira/locales/ko-KR/file

* Create tst

* Add files via upload

* Delete phira/locales/ko-KR/tst

* Update song.ftl

* Update resource.ftl

fix

* Update ending.ftl

* fix: resource.ftl

---------

Co-authored-by: sjfhsjfh <[email protected]>
* Update tags.ftl

* Update song.ftl

* Update settings.ftl

* Update respack.ftl

* Update resource.ftl

* Update multiplayer.ftl

* Update import.ftl

* Update common.ftl

* Update collection.ftl

* Update chapter.ftl

* Update cali.ftl

* fix: resource.ftl

---------

Co-authored-by: sjfhsjfh <[email protected]>
@ParaN3xus
Copy link
Contributor

缺文件

    pub async fn load_challenge_icons() -> Result<[SafeTexture; 6]> {
        macro_rules! loads {
            ($($path:literal),*) => {
                [$(loads!(@detail $path)),*]
            };

            (@detail $path:literal) => {
                Texture2D::from_image(&load_image($path).await?).into()
            };
        }
        Ok(loads![
            "rank/white.png",
            "rank/green.png",
            "rank/blue.png",
            "rank/red.png",
            "rank/golden.png",
            "rank/rainbow.png"
        ])
    }

@sjfhsjfh sjfhsjfh changed the title Update render-lib chore: Update render-lib Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.