Better fonts.
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
style (style :label font (color :red))
|
||||
|
||||
[x y] [(/ 1280 2) (/ 960 2)]
|
||||
talk (label message style :set-alignment Align/center)
|
||||
talk (label message style :set-alignment Align/center :set-font-scale 0.5)
|
||||
x (- x (/ (label! talk :get-width) 2))
|
||||
talk (assoc talk :x x :y y :opacity 1.0)
|
||||
talk (ensure-on-screen talk)]
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
|
||||
(defn nice-trophy-dialogue [entities]
|
||||
{:run #(actions/respond entities %
|
||||
:game-player "Thanks. I'm the reigning champ in the annual Town of Remington Junior Smarty Pants Derby. That's because I'm the smartest guy in town, yep I sure am! I really am that smart."
|
||||
:game-player "Thanks. I'm the reigning champ in the annual Town of Remington Junior Smarty Pants Derby."
|
||||
:game-player "I earned it with my wisdom and sharp intellect."
|
||||
:game-player "Oh, I'm guessing you want it? "
|
||||
:game-player "Maybe to prove your wisdom and pull the Sword of Blergh?"
|
||||
|
||||
Reference in New Issue
Block a user