10 lines
207 B
Plaintext
Raw Normal View History

' Gambas class file
' This Class represents a single ball.
Public x As Float
Public y As Float
Public col As Integer
'PUBLIC weight AS Float 'Weight not implemented ;)
Public ax As Float
Public ay As Float