Difference between revisions of "Intermediate C++ Game Programming Tutorial 13"

From Chilipedia
Jump to: navigation, search
Line 7: Line 7:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
[https://youtu.be/asshat Tutorial 13]
+
[https://youtu.be/kpp7mxFUwSg Tutorial 13]
  
 
== Source Code ==
 
== Source Code ==

Revision as of 23:58, 15 September 2017

In this tutorial we learn how to draw 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