mirror of
https://github.com/godotengine/godot.git
synced 2025-03-19 23:53:32 +08:00
Image::load is now issuing warnings (since ef50957) to prevent users from using it to load images at runtime which would be included in their exported game. So we now use ImageLoader explicitly instead for the custom-handled cases in Main. Fixes #21072, supersedes #22321.