Skip to content

Commit

Permalink
Enlarge boldening effect
Browse files Browse the repository at this point in the history
  • Loading branch information
AceLeft committed Feb 5, 2024
1 parent 24c8745 commit cb6ccf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/story/starting_stories/liberal_arts.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends SimpleStory
var npc_name := "Aubrey"

var text := [
'"I have been looking at some colleges with my parents."',
'"I\'ve been looking at some colleges with my parents."',
'"I liked some of the smaller liberal arts schools I visited, but I also liked the engineering program at the big state university."'
]

Expand All @@ -20,16 +20,16 @@ var options := {
}
},
"Study engineering!": {
"text": '"A lot of my family are engineers. I like building an designing, and I am good at math, so I think I will be good at it."',
"text": '"A lot of my family are engineers. I like building and designing, and I\'m good at math, so I think I\'ll be good at it."',
"effects": {
"engineering": +1,
"mathematics": +1,
}
},
"Liberal what now?": {
"text": [
'"Liberal arts! Like English, Philosophy, History, and Languages."',
'"They are not for specific jobs but help you learn to think for yourself."'
'"Liberal arts! Like [u]English[/u], [u]Philosophy[/u], [u]History[/u], and [u]Languages[/u]."',
'"They aren\'t for specific jobs, but they help you learn to think for yourself."'
],
"effects": {
"curiosity": +1
Expand Down
2 changes: 1 addition & 1 deletion project/ui/animated_label.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[sub_resource type="FontVariation" id="FontVariation_uylus"]
base_font = ExtResource("1_k2hka")
variation_embolden = 0.5
variation_embolden = 0.7

[sub_resource type="FontVariation" id="FontVariation_a0j2d"]
base_font = ExtResource("1_k2hka")
Expand Down

0 comments on commit cb6ccf1

Please sign in to comment.