MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / main.ts

File main.ts

examples/dungeon-crawl/main.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {
2 initWindow, windowShouldClose, beginDrawing, endDrawing,
3 clearBackground, setTargetFPS, getDeltaTime, isKeyPressed, isKeyDown,
4 getScreenWidth, getScreenHeight, closeWindow, beginMode2D, endMode2D,

Callers

nothing calls this directly

Calls 15

initWindowFunction · 0.90
setTargetFPSFunction · 0.90
windowShouldCloseFunction · 0.90
getDeltaTimeFunction · 0.90
isKeyPressedFunction · 0.90
isKeyDownFunction · 0.90
clampFunction · 0.90
beginDrawingFunction · 0.90
clearBackgroundFunction · 0.90
beginMode2DFunction · 0.90
drawRectFunction · 0.90
endMode2DFunction · 0.90

Tested by

no test coverage detected