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

This commit is contained in:
2021-09-08 02:48:46 +09:00
parent c4a6735d60
commit 260cee9b38
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;
}