Created
January 2, 2020 20:59
-
-
Save neslinesli93/6024133c266748c3e709ff5c6c73fbb1 to your computer and use it in GitHub Desktop.
Module attributes for the paddle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Coordinates of the top-left vertex of the paddle. They are relative to the board matrix | |
@paddle_left 11 | |
@paddle_top 18 | |
# Paddle length/height expressed in basic units | |
@paddle_length 5 | |
@paddle_height 1 | |
# Misc | |
@paddle_speed 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment