Skip to content

Commit

Permalink
add horizontal and vertical Cfg members
Browse files Browse the repository at this point in the history
  • Loading branch information
KalebHawkins committed Jun 24, 2024
1 parent 708e70b commit 3fb2fcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/GameObjects.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ classDiagram
+ backgroundImage *ebiten.Image
+ paddleImage *ebiten.Image
+ ballImage *ebiten.Image
+ verticalLine *ebiten.Image
+ hortizontalLine *ebiten.Image
}
class paddle {
Expand Down

0 comments on commit 3fb2fcb

Please sign in to comment.