Yogoda / ZoneLoadingSystem

Dynamic zone loading system for Godot
Creative Commons Zero v1.0 Universal
226 stars 13 forks source link

Remove .import/ folder and fix case mismatches #1

Closed aaronfranke closed 4 years ago

aaronfranke commented 4 years ago

The .import/ folder should not be committed (that's the point of putting it in the gitignore). I removed it for you.

You had case mismatches in your project ("Demo" vs "demo" etc), so your project would not work on case-sensitive platforms such as Linux. I fixed this for you.