From 7b0d88d97f5506fa119ef249defdb3ee368e0f71 Mon Sep 17 00:00:00 2001 From: Explodingbill Date: Sat, 16 Nov 2024 10:47:17 +1100 Subject: [PATCH] its all too hard --- changelog.md | 1 + resources/label-help.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 040754e..5c76058 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ - Fixed not being able to input decimal places in the transition speed customizer UI - Fixed crash when pressing the info button on the label format page +- Added support for Geode 4.0.0-beta.1 - **Added support for Intel macOS** # 1.7.5-beta.2 diff --git a/resources/label-help.md b/resources/label-help.md index 05b2c86..a91aef8 100644 --- a/resources/label-help.md +++ b/resources/label-help.md @@ -1,7 +1,7 @@ # Variables Variables are special values that you can put in the format of your label. -

+ Variables can be used by typing {}, and putting the variable name inbetween the two {}. like this: "im playing {level_name} by {level_creator}!!!" which would show as: "im playing Bloodbath by Riot!!!"