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!!!"