Ajout de la page crédits

This commit is contained in:
Philippe Roy 2023-07-12 11:56:50 +02:00
parent c903bb7ae9
commit 799643d5ee
7 changed files with 6 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -145,6 +145,11 @@ def cmd_init():
for i in range (1, 9): for i in range (1, 9):
scene.objects['Color-'+str(i)+"-Hl"].setVisible(False,False) scene.objects['Color-'+str(i)+"-Hl"].setVisible(False,False)
# Windows
windows=("Doc", "About", "Credits")
for window in windows:
scene.objects[window].setVisible(False,True)
## ##
# Highlight des commandes # Highlight des commandes
## ##

View File

@ -1,6 +1,6 @@
<data> <data>
<screen> <screen>
<width>1412</width> <width>1412</width>
<height>795</height> <height>794</height>
</screen> </screen>
</data> </data>

Binary file not shown.