mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-05 13:06:39 +00:00
2b428daf2b
This makes the files ended in ".json" be treated as Godot resources. This solves two problems: * Avoid extensions to implement their own handling, which results in conflicts (all must use this one). * Allow code to still work opening it as a file (since it will not be imported).