Intermediate C++ Game Programming Tutorial 13

From Chilipedia
Revision as of 23:32, 15 September 2017 by Chili (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 sprite effect

Video Timestamp Index

Tutorial 13

Source Code

Sprite Repo

Download Materials

Homework

Modify the Animation class so that it draws the sprite frames with a translucent "ghost" effect.

See also