12 lines
306 B
Markdown
12 lines
306 B
Markdown
---
|
|
title: "Drawing a Paddle"
|
|
date: 2019-05-23T11:02:45-07:00
|
|
weight: 10
|
|
---
|
|
|
|
It's nice to see something on screen right away when we start making a game, so let's make that happen.
|
|
|
|
We'll need two things to get a paddle drawing on screen: A *Component* and an *Renderer*.
|
|
|
|
Let's start with the Component.
|