Skip to content

Conversation

@sjfhsjfh
Copy link
Contributor

Some of the api seems different, to be fixed

Mivik and others added 27 commits February 6, 2024 22:02
* fix: respack closing button

* fix: respack info dialog

* fix: repack info dialog

---------

Co-authored-by: sjfhsjfh <58244206+sjfhsjfh@users.noreply.github.com>
* 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 <licapule@qq.com>
* fix: phira-monitor

* fix: touch button when fading

---------

Co-authored-by: Licapule <licapule@qq.com>
* 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 <58244206+sjfhsjfh@users.noreply.github.com>
* 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 <58244206+sjfhsjfh@users.noreply.github.com>
@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
@sjfhsjfh sjfhsjfh marked this pull request as draft July 25, 2025 07:11
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.