5 lines
188 B
TypeScript
5 lines
188 B
TypeScript
import trianglething from "./trianglething";
|
|
import texture0 from "./textures/texture0.png";
|
|
import texture1 from "./textures/texture1.png";
|
|
|
|
export { trianglething, texture0, texture1 };
|