Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ addSpikes
Method
addSpikes
code/main/TheHole.ts:172–174 ·
view source on GitHub ↗
(spikes: Spikes)
Source
from the content-addressed store, hash-verified
170
}
171
172
private addSpikes(spikes: Spikes): void{
173
this.addEntity(spikes);
174
}
175
176
private addWalls(...positions: number[]): void{
177
// Create the wall entity
Callers
1
constructor
Method · 0.95
Calls
1
addEntity
Method · 0.80
Tested by
no test coverage detected