File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
app/src/core/service/controlService/keyboardOnlyEngine Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1- import { Dialog } from "../../../../components/dialog" ;
21import { getEnterKey } from "../../../../utils/keyboardFunctions" ;
32import { Vector } from "../../../dataStruct/Vector" ;
43import { EdgeRenderer } from "../../../render/canvas2d/entityRenderer/edge/EdgeRenderer" ;
@@ -166,11 +165,7 @@ export namespace KeyboardOnlyEngine {
166165 export async function createFinished ( ) {
167166 _isCreating = false ;
168167 if ( getPressTabTimeInterval ( ) < 100 ) {
169- Dialog . show ( {
170- title : "松开Tab键过快💨" ,
171- content : "按下Tab键的时间要在0.1秒以上,在松开Tab键之前,可以通过IKJL键移动虚拟目标位置。" ,
172- type : "warning" ,
173- } ) ;
168+ Stage . effectMachine . addEffect ( TextRiseEffect . default ( "松开Tab键过快💨" ) ) ;
174169 return ;
175170 }
176171
You can’t perform that action at this time.
0 commit comments