📄 global.class
字号:
' Gambas class fileSTATIC PUBLIC boarddesign AS NEW Object[] ' The game gridSTATIC PUBLIC POW2 AS Integer[] ' Array for display algoSTATIC PUBLIC ball AS NEW Picture ' The ball graphicSTATIC PUBLIC selected AS Boolean ' Is a ball selected?STATIC PUBLIC clickedball AS Byte ' Which ball, ignored if above is falseSTATIC PUBLIC ballcount AS Byte ' The number of balls in playSTATIC PUBLIC totalballs AS Byte ' The number of balls at the startSTATIC PUBLIC gamemove AS NEW Object[] ' Stores the moves made to allow for undoingSTATIC PUBLIC selectedlayout AS Byte ' The active board layout
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -