From 32879581e53fae5e684c24b44433172d8375d69e Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Mon, 11 Mar 2024 16:22:06 -0600 Subject: support underscores in function application, add sign entity --- src/engine/entities/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/entities/index.ts') diff --git a/src/engine/entities/index.ts b/src/engine/entities/index.ts index 260db5b..284a2bd 100644 --- a/src/engine/entities/index.ts +++ b/src/engine/entities/index.ts @@ -11,3 +11,4 @@ export * from "./FunctionApplication"; export * from "./Particles"; export * from "./Portal"; export * from "./Grass"; +export * from "./Sign"; -- cgit v1.2.3-70-g09d2