mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
UserInterface with TextMessages implemented.
This commit is contained in:
9
js/ui/TextAlignment.js
Normal file
9
js/ui/TextAlignment.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const TextAlignment = {
|
||||
LEFT: 0,
|
||||
CENTER: 1,
|
||||
RIGHT: 2,
|
||||
TOP: 3,
|
||||
BOTTOM: 4,
|
||||
};
|
||||
|
||||
export default TextAlignment;
|
||||
Reference in New Issue
Block a user