Skip to content

Commit

Permalink
correct class properties
Browse files Browse the repository at this point in the history
  • Loading branch information
KalebHawkins committed Jun 23, 2024
1 parent c1be082 commit 86e5a70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/GameObjects.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ classDiagram
+ playerTwo paddle
+ ball ball
+ background *ebiten.Image
+ Update() error
+ Draw(*ebiten.Image)
Expand All @@ -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 {
Expand Down

0 comments on commit 86e5a70

Please sign in to comment.