diff options
author | Brendan Griffiths <96725360+Orwellian-225@users.noreply.github.com> | 2023-03-01 17:00:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 17:00:24 +0100 |
commit | 4e099cf1d3f5fa37e9aa520d90aaf505fee3ce23 (patch) | |
tree | 5355285405336b55eeab21ca5ecc24c8e9ecf1d8 /game/src/Credits/RoleLabelSettings.tres | |
parent | 2062aaf394ee6581161add4bcb23076475e236ac (diff) |
add: credits.csv - req: FS4 (#16)
Requirements met by this PR:
SS-17
SS-29 [1]
UI-32
UI-34
UIFUN-36
UI-35
UI-38
UIFUN-37
FS-4
Diffstat (limited to 'game/src/Credits/RoleLabelSettings.tres')
-rw-r--r-- | game/src/Credits/RoleLabelSettings.tres | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/game/src/Credits/RoleLabelSettings.tres b/game/src/Credits/RoleLabelSettings.tres new file mode 100644 index 0000000..3a8381b --- /dev/null +++ b/game/src/Credits/RoleLabelSettings.tres @@ -0,0 +1,5 @@ +[gd_resource type="LabelSettings" format=3 uid="uid://dm4km45avs13l"] + +[resource] +line_spacing = 10.0 +font_size = 30 |