Home
last modified time | relevance | path

Searched refs:_credits_text (Results 1 – 2 of 2) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/boot/
H A Dboot_credits.cpp44 _credits_text.SetStyle(TextStyle("text22")); in CreditsWindow()
73 _credits_text.Draw(); in Draw()
75 _credits_text.Draw(Color(1.0f, 1.0f, 1.0f, color_alpha)); in Draw()
101 _credits_text.SetText(MakeUnicodeString(credits_file.ReadString("credits_text"))); in Show()
H A Dboot_credits.h78 hoa_video::TextImage _credits_text; variable