record_type.bas
来自「this game is programmed by visual basic 」· BAS 代码 · 共 12 行
BAS
12 行
Attribute VB_Name = "record_type"
'方块布局记录集与records.cls类模块相连
Type record
value As Integer '布局记录的值
color_type As Integer '颜色类型
End Type
'产生方块类型,颜色类型与downmove.cls类模块相连
Type mdltype
module_type As Integer '方块类型
color_type As Integer '颜色类型
End Type
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?