vue: NPCControl(WIP) 메인 기능 동작

This commit is contained in:
2021-09-08 02:48:46 +09:00
parent 598236a1d2
commit ffc7d4bacc
8 changed files with 426 additions and 40 deletions
+9
View File
@@ -28,3 +28,12 @@ html, body{
word-break: break-all;
;
}
.float-left{
float:left;
}
.float-right{
float:right;
}