encompass-cs-docs/content/pong/draw_paddle/_index.md

12 lines
306 B
Markdown
Raw Normal View History

2019-05-23 19:54:38 +00:00
---
2019-05-23 21:27:13 +00:00
title: "Drawing a Paddle"
2019-05-23 19:54:38 +00:00
date: 2019-05-23T11:02:45-07:00
2019-05-23 21:27:13 +00:00
weight: 10
2019-05-23 19:54:38 +00:00
---
It's nice to see something on screen right away when we start making a game, so let's make that happen.
2021-05-01 19:07:59 +00:00
We'll need two things to get a paddle drawing on screen: A *Component* and an *Renderer*.
2019-05-23 19:54:38 +00:00
Let's start with the Component.