diff options
author | BrickPi <49528459+BrickPi@users.noreply.github.com> | 2024-01-21 21:10:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 21:10:47 +0100 |
commit | 0840fd621cf35201f1e5ef90ad09033a2242b181 (patch) | |
tree | 12023bcc0a0b3d598aefec1b70bcd345de946ffe /game/assets/graphics/theme/credits_menu.tres | |
parent | fc0658161f84c7949198c2d907614acaa4332728 (diff) | |
parent | 369cb94556d82a2c273443ed7628c4cc37458ce0 (diff) |
Merge pull request #197 from OpenVicProject/reorganising
Diffstat (limited to 'game/assets/graphics/theme/credits_menu.tres')
-rw-r--r-- | game/assets/graphics/theme/credits_menu.tres | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/game/assets/graphics/theme/credits_menu.tres b/game/assets/graphics/theme/credits_menu.tres new file mode 100644 index 0000000..c07f1b6 --- /dev/null +++ b/game/assets/graphics/theme/credits_menu.tres @@ -0,0 +1,17 @@ +[gd_resource type="Theme" format=3 uid="uid://stfxt4hpsify"] + +[resource] +BackButtonsMargin/base_type = &"MarginContainer" +BackButtonsMargin/constants/margin_bottom = 10 +BackButtonsMargin/constants/margin_left = 20 +BackButtonsMargin/constants/margin_right = 20 +BackButtonsMargin/constants/margin_top = 10 +PersonLabel/base_type = &"Label" +PersonLabel/constants/line_spacing = 10 +PersonLabel/font_sizes/font_size = 20 +ProjectLabel/base_type = &"Label" +ProjectLabel/constants/line_spacing = 20 +ProjectLabel/font_sizes/font_size = 50 +RoleLabel/base_type = &"Label" +RoleLabel/constants/line_spacing = 10 +RoleLabel/font_sizes/font_size = 30 |