mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 06:05:52 +02:00
Archive commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.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")
|
||||
Reference in New Issue
Block a user