Difference between revisions of "Intermediate C++ Game Programming Tutorial 13"
From Chilipedia
(Created page with "In this tutorial we learn how to write text to the screen. Now we can make anime sex games. == Topics Covered == * Bitmap font sheet * Text rendering * Color replacement spri...") |
|||
Line 1: | Line 1: | ||
− | In this tutorial we learn how to | + | In this tutorial we learn how to draw text to the screen. Now we can make anime sex games. |
== Topics Covered == | == Topics Covered == |
Revision as of 23:36, 15 September 2017
In this tutorial we learn how to draw text to the screen. Now we can make anime sex games.
Contents
Topics Covered
- Bitmap font sheet
- Text rendering
- Color replacement sprite effect
Video Timestamp Index
Source Code
Download Materials
Homework
Modify the Animation
class so that it draws the sprite frames with a translucent "ghost" effect.