GodotModding / godot-mod-tool

Tool to improve the development experience when creating Godot mod-loader mods.
MIT License
41 stars 3 forks source link

Create Mod Popup - template selection not updated #86

Closed KANAjetzt closed 1 year ago

KANAjetzt commented 1 year ago

https://github.com/GodotModding/godot-mod-tool/blob/a7f32be2b37d14b045779c46f52166b14a2ee4c6/addons/mod_tool/interface/create_mod/create_mod.gd#L36-L42

KANAjetzt commented 1 year ago

This is actually not the issue. Empty directories are copied during mod creation, but the UI displayed the wrong template. It showed "Brotato-ContentLoader" but copied the "default" template instead.

image