From 86e5a7051c18a711e59c93fd18945312a6051c8e Mon Sep 17 00:00:00 2001 From: KalebHawkins Date: Sat, 22 Jun 2024 23:53:19 -0500 Subject: [PATCH] correct class properties --- docs/GameObjects.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/GameObjects.md b/docs/GameObjects.md index b26c264..45c036d 100644 --- a/docs/GameObjects.md +++ b/docs/GameObjects.md @@ -11,7 +11,6 @@ classDiagram + playerTwo paddle + ball ball - + background *ebiten.Image + Update() error + Draw(*ebiten.Image) @@ -22,10 +21,11 @@ classDiagram } class Cfg { - +screenWidth int - +screenHeight int - +WindowTitle string - faceSource *text.GoTextFaceSource + + screenWidth int + + screenHeight int + + WindowTitle string + + faceSource *text.GoTextFaceSource + + background *ebiten.Image } class paddle {