2024-03-01 16:45:58 -07:00
|
|
|
export namespace ComponentNames {
|
|
|
|
export const Sprite = "Sprite";
|
2024-03-01 18:56:58 -07:00
|
|
|
export const FacingDirection = "FacingDirection";
|
2024-03-01 21:29:40 -07:00
|
|
|
export const Grid = "Grid";
|
2024-03-01 18:56:58 -07:00
|
|
|
export const BoundingBox = "BoundingBox";
|
2024-03-01 19:45:33 -07:00
|
|
|
export const Control = "Control";
|
2024-03-02 01:07:55 -07:00
|
|
|
export const Highlight = "Highlight";
|
|
|
|
export const Interactable = "Interactable";
|
2024-03-02 02:22:46 -07:00
|
|
|
export const Pushable = "Pushable";
|
2025-03-02 16:32:01 -07:00
|
|
|
export const RadialObserve = "RadialObserve";
|
2024-03-05 22:00:04 -07:00
|
|
|
export const GridSpawn = "GridSpawn";
|
2024-03-02 04:02:20 -07:00
|
|
|
export const Text = "Text";
|
2024-03-05 22:00:04 -07:00
|
|
|
export const LambdaTerm = "LambdaTerm";
|
2024-03-06 14:35:04 -07:00
|
|
|
export const Life = "Life";
|
2025-03-01 12:36:47 -07:00
|
|
|
export const Modal = "Modal";
|
2024-03-01 16:45:58 -07:00
|
|
|
}
|