feat: screens component system
This commit is contained in:
9
src/screens/home/bottom/index.ts
Normal file
9
src/screens/home/bottom/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export class HomeBottomScreen {
|
||||
render(ctx: CanvasRenderingContext2D): void {
|
||||
ctx.fillStyle = "#ffffff";
|
||||
ctx.font = "10px NDS10";
|
||||
ctx.textAlign = "right";
|
||||
ctx.textBaseline = "bottom";
|
||||
ctx.fillText("Contact >", 255, 191);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user