WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
361 stars 27 forks source link

Restructure export templates #126

Closed Trey2k closed 1 year ago

Trey2k commented 1 year ago

This PR modifies actions quite a bit. I wanted to add as close to 1:1 export templates as possible. While at the same time reducing overall check times. While more targets were added in this PR most will only compile during a manual trigger for release builds. This PR adds Web, IOS and Android templates along with the existing ones.

Resolves #88