Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ drawUpRightCorner
Method
drawUpRightCorner
code/main/StatusBar.ts:232–234 ·
view source on GitHub ↗
(character: string)
Source
from the content-addressed store, hash-verified
230
}
231
232
private drawUpRightCorner(character: string): void{
233
this.renderArea.drawString(character, 99, 0);
234
}
235
236
private previousTab(): void{
237
if
(this.selectedTabIndex-1 >= 0)
Callers
2
drawAllCorners
Method · 0.95
drawStatusBarCornersStuff
Method · 0.95
Calls
1
drawString
Method · 0.80
Tested by
no test coverage detected