gambas-source-code/app/examples/Drawing/Gravity/.src/cBall.class

10 lines
207 B
Text
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