MatejSloboda / Dijkstra_map_for_Godot

MIT License
77 stars 13 forks source link

Make assetlib imports cleaner #91

Closed astrale-sharp closed 3 years ago

astrale-sharp commented 3 years ago

This fixes #90 , by using .gitattributes files to exclude most of the files from .zip downloads, files to be exported are moved in addons/dijkstra-map

note that the demo wouldnt work anymore because it relied on the InputMap singleton of this project: I added a little hack : the even is defined in the _ready function of the demo so everything works as usual.

Its not perfectly clean since it adds the action "left_mouse_button" to the InputMap of the project... so there could be name collision with user code :/