Nokorpo / LibreAim

Free and open source FPS aim trainer made with Godot.
https://discord.gg/u2Hm8sMagF
Apache License 2.0
71 stars 14 forks source link

Background png selection does not work in exported game #22

Closed dfgworm closed 2 months ago

dfgworm commented 2 months ago

It only works from editor, because editor and exported projects handle "res://" paths differently.

It should not rely on FileAccess or DirAccess, those do not work with "res://" when exported.