vchelaru / FlatRedBall

Cross-platform 2D game engine focused on ultimate productivity built in .NET
http://flatredball.com
MIT License
413 stars 66 forks source link

Image files not set to be copied to output directory #1619

Closed RychuP closed 2 weeks ago

RychuP commented 2 weeks ago

Image files get added to an entity Files folder correctly when dragged and dropped in Glue. Adding them to Sprites via Variables works correctly. Running the game results in FileNotFound exception due to the files not being set to copy to output folder in visual studio project file.

RychuP commented 2 weeks ago

I noticed a correct copying entry (<None Include="Content...) in the visual studio project file appears once the project gets closed and reopened again in Glue.