Skip to content

Commit

Permalink
控制台启动动画加快一点
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Nov 24, 2024
1 parent f6ef850 commit 3f08f16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ function commands.shell(startArg)
"|_ _|___ ___| |_ _____|_|___ ___ \n",
" | | | -_| _| | | | | . | \n",
" |_| |___|___|_|_|_|_|_|_|_|_|___| \n",
.42,AE[533].." The ultra-improved version of Techmino",
.26,AE[533].." The ultra-improved version of Techmino",
AE._d..AE.U[4]..'\r'..AE.R[36],
" _ "..AE.L[3]..AE.D,
"|_|"..AE.L[3]..AE.D,
" _ "..AE.L[3]..AE.D,
"|_|"..AE.D,.626,
"|_|"..AE.D,.42,
AE.U[4]..AE[115]
)
speedWrite(.01,3," _____ _") write(AE.L[13]..AE.D)
Expand All @@ -89,7 +89,7 @@ function commands.shell(startArg)
speedWrite(.01,3, "|___|") write(AE.NL..AE.R[39])
write(AE[533])
speedWrite(.08,1,", for YOU")
feed(.42,AE.."\n\nWelcome to TechOS shell (tty1)")
feed(.26,AE.."\n\nWelcome to TechOS shell (tty1)\n")

local input
while true do
Expand Down

0 comments on commit 3f08f16

Please sign in to comment.