Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ drawDownRightCorner
Method
drawDownRightCorner
code/main/StatusBar.ts:174–176 ·
view source on GitHub ↗
(character: string)
Source
from the content-addressed store, hash-verified
172
}
173
174
private drawDownRightCorner(character: string): void{
175
this.renderArea.drawString(character, 99, 5);
176
}
177
178
private drawStatusBarCornersStuff(): void{
179
// We add buttons
Callers
2
drawAllCorners
Method · 0.95
drawStatusBarCornersStuff
Method · 0.95
Calls
1
drawString
Method · 0.80
Tested by
no test coverage detected