AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.4k stars 290 forks source link

Fixed VS Debug / Run for launchers in Duality project template #844

Closed ilexp closed 4 years ago

ilexp commented 4 years ago

Summary

In the current alpha2 release, the run / debug buttons for GameLauncher and GameEditor in Visual Studio are broken, as their working directory is off by one - probably a regression due to recent folder structure changes.

This PR fixes the launch settings and also provides more descriptive names for the "Run" button / debug profile.

Barsonax commented 4 years ago

Good catch