Skip to content

Commit 1f628b8

Browse files
committed
fix: supported extensions not including default extensions [SKIP_CHANGELOG]
1 parent a4d1ffb commit 1f628b8

File tree

1 file changed

+3
-1
lines changed
  • crates/bevy_mod_scripting_core/src

1 file changed

+3
-1
lines changed

crates/bevy_mod_scripting_core/src/asset.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ impl Default for ScriptAssetSettings {
148148
("rhai", Language::Rhai),
149149
("rn", Language::Rune),
150150
]),
151-
supported_extensions: &[],
151+
supported_extensions: &[
152+
"lua", "luau", "rhai", "rn",
153+
],
152154
}
153155
}
154156
}

0 commit comments

Comments
 (0)