1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

Change PhysicsMaterial extension to phymat

All other binary extensions are lowercase.
This commit is contained in:
Rémi Verschelde
2018-08-16 19:19:23 +02:00
parent a2abe760c8
commit 17b2d808de

View File

@@ -37,7 +37,7 @@ class PhysicsMaterial : public Resource {
GDCLASS(PhysicsMaterial, Resource);
OBJ_SAVE_TYPE(PhysicsMaterial);
RES_BASE_EXTENSION("PhyMat");
RES_BASE_EXTENSION("phymat");
real_t friction;
bool rough;