mirror of
https://forge.apps.education.fr/phroy/codetower.git
synced 2024-01-27 11:35:17 +01:00
Bugfix : error in ct_lib.py
This commit is contained in:
parent
3cf33a1926
commit
af31fd44e0
@ -588,7 +588,7 @@ def ct_print (text):
|
||||
scene.objects['Text_info-1'].setVisible(False,False)
|
||||
scene.objects['Text_info-2'].setVisible(False,False)
|
||||
else:
|
||||
lines_txt=texte.split("\n", 6)
|
||||
lines_txt=text.split("\n", 6)
|
||||
for i in range (len(lines_txt),6):
|
||||
lines_txt.append("")
|
||||
scene.objects['Text_info-1'].setVisible(True,False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user