internalsoccermonitor.rb
来自「rcssserver3d Robocup 3D比赛官方指定平台」· RB 代码 · 共 18 行
RB
18 行
# load a font for the HUDfontServer = sparkGetFontServer()if (fontServer != nil) fontServer.getFont('fonts/VeraMono.ttf')end# register the internal soccer render plugin to draw the game state on the# screensparkRegisterCustomRender 'InternalSoccerRender'# register the internal soccer input plugin to process soccer specific key# pressessparkRegisterCustomInput 'InternalSoccerInput'# bind keys to soccer commandsrun "internalsoccerbindings.rb"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?