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

增加资源加载模块AssetLoder,简单实现加载功能,主要是提供给外部接管加载功能的途径; #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 16, 2023

  1. 增加资源加载模块AssetLoder,简单实现加载功能,主要是提供给外部接管加载功能的途径;

    修改Image引用图片资源时使用blobURL的方式,即通过AssetLoader加载资源再生成blob路径引用,目的是将图片资源也通过AssetLoader管理起来;
    修改UIPackage.loadPackage通过AssetLoader加载;
    zrinthect committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4776ccc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Merge pull request #1 from fairygui/main

    更新
    zrinthect authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    37d8141 View commit details
    Browse the repository at this point in the history