Skip to content

Commit 6db7e17

Browse files
committed
Implemented the code for numbers
1 parent 9efffa2 commit 6db7e17

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

floating_text/floating_text.py

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,66 @@
167167
" * ",
168168
" * ",
169169
" * ",
170+
"*****" ],
171+
172+
"1" : [ " ** ",
173+
"* * ",
174+
" * ",
175+
" * ",
176+
"*****" ],
177+
178+
"2" : [ "*****",
179+
" *",
180+
"*****",
181+
"* ",
182+
"*****" ],
183+
184+
"3" : [ "*****",
185+
" *",
186+
" ****",
187+
" *",
188+
"*****" ],
189+
190+
"4" : [ "* *",
191+
"* *",
192+
"*****",
193+
" *",
194+
" *" ],
195+
196+
"5" : [ "*****",
197+
"* ",
198+
"*****",
199+
" *",
200+
"*****" ],
201+
202+
"6" : [ "*****",
203+
"* ",
204+
"*****",
205+
"* *",
206+
"*****" ],
207+
208+
"7" : [ "*****",
209+
" * ",
210+
" * ",
211+
" * ",
212+
"* " ],
213+
214+
"8" : [ "*****",
215+
"* *",
216+
"*****",
217+
"* *",
218+
"*****" ],
219+
220+
"9" : [ "*****",
221+
"* *",
222+
"*****",
223+
" *",
224+
"*****" ],
225+
226+
"0" : [ "*****",
227+
"* *",
228+
"* *",
229+
"* *",
170230
"*****" ]
171231

172232
}

0 commit comments

Comments
 (0)