CreditsScreen: explain why it is not yet implemented

This commit is contained in:
Bixilon 2022-09-16 20:16:05 +02:00
parent 8a74d0c351
commit 8e3c24e834
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -29,7 +29,7 @@ class CreditsScreen(
guiRenderer: GUIRenderer,
) : Screen(guiRenderer) {
private val headerElement = TextElement(guiRenderer, "Minecraft", background = false, scale = 3.0f, parent = this)
private val textElement = TextElement(guiRenderer, "Ähm, yes. This is not yet implemented -/-\nI am so sorry...", background = false, parent = this)
private val textElement = TextElement(guiRenderer, "Ähm, yes. This is not yet implemented -/-\nI don't know how to make moving text in the current gui system.\nI am so sorry...", background = false, parent = this)
override fun forceRender(offset: Vec2i, consumer: GUIVertexConsumer, options: GUIVertexOptions?) {