Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ dontMove
Method
dontMove
code/main/MonkeyWizard.ts:169–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
}
168
169
private dontMove(): void{
170
this.getQuestEntityMovement().setOffset(
new
Pos(0, 0));
171
}
172
173
private goLeft(): void{
174
this.getQuestEntityMovement().setOffset(
new
Pos(-1, 0));
Callers
1
update
Method · 0.95
Calls
2
setOffset
Method · 0.80
getQuestEntityMovement
Method · 0.80
Tested by
no test coverage detected