⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 internalsoccermonitor.rb

📁 rcssserver3d Robocup 3D比赛官方指定平台
💻 RB
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -