mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
.tools-xy.btn-group
|
|
button.btn.btn-xs.btn-default((click)="changeY(y - 1)")
|
|
fa-icon([icon]="upIcon" [fixedWidth]="true")
|
|
button.btn.btn-xs.btn-default((click)="changeX(x - 1)")
|
|
fa-icon([icon]="leftIcon" [fixedWidth]="true")
|
|
button.btn.btn-xs.btn-default((click)="changeX(x + 1)")
|
|
fa-icon([icon]="rightIcon" [fixedWidth]="true")
|
|
button.btn.btn-xs.btn-default((click)="changeY(y + 1)")
|
|
fa-icon([icon]="downIcon" [fixedWidth]="true")
|