Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Doriana Othman

1
Posts
4
Followers
1
Following
A member registered Oct 21, 2017 · View creator page →

Creator of

Recent community posts

(2 edits)

Hey there! I really like the font effects you have made. Is it possible to be able to use the font effects for text used outside of the textbox when it's disabled while not losing predefined properties? I currently am using a None character (the narrator) to display text on a certain part of the screen. When I initialized the character, I used specific properties to change the texts position, text wrapping, color, etc. However, these properties seem to be overwritten when I use one of the font effect tags, like sc. Is there anyway I can use these properties in conjunction with the font effects?

Defined Character code:

define angry_thoughts = Character(None, what_xpos= 50, what_text_align=0.5, image="nicholai",sideimg_yalign=1.0, sideimg_xalign=1.0, what_ypos= -740, what_color= "#ffffff", what_xmaximum = 200, what_size= 1900, what_outlines= [(2, "#000000")], what_font="fonts/DisgustingBehavior-AZrA.ttf",window_background= None)

Example Text Usage:

angry_thoughts yelling "{sc=10}No! You just don't want me to be happy!{/sc}"