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 {