aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Text.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-20 15:26:51 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-20 15:26:51 +0100
commite5b57f6a0aadf4f5ca597e4ffa3e557eec87b54b (patch)
tree9da46e198d4b4e371df9209d750c00afb11b58d1 /src/crepe/api/Text.h
parent0ba89eff9283d5f9f59fa763a19f4616f1c66d74 (diff)
add world space to text rendering and removedlayers on text
Diffstat (limited to 'src/crepe/api/Text.h')
-rw-r--r--src/crepe/api/Text.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/crepe/api/Text.h b/src/crepe/api/Text.h
index da40141..fb5c7e5 100644
--- a/src/crepe/api/Text.h
+++ b/src/crepe/api/Text.h
@@ -28,12 +28,6 @@ public:
*/
unsigned int font_size = 16;
- //! Layer sorting level of the text
- const int sorting_in_layer = 0;
-
- //! Order within the sorting text
- const int order_in_layer = 0;
-
//! Label text color.
Color text_color = Color::BLACK;
};