mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
6 lines
266 B
Plaintext
6 lines
266 B
Plaintext
.collision-area(
|
|
(agDrag)="drag($event)" agDragRelative="self" (contextmenu)="false"
|
|
style="position: relative; width: 1200px; height: 900px; margin: 20px; background: #222;")
|
|
canvas(#canvas width="1200" height="900")
|
|
.text-danger.ml-4(*ngIf="collided") collided
|