Skip to content
Extraits de code Groupes Projets
Valider ae2a7d09 rédigé par Philippe Roy's avatar Philippe Roy
Parcourir les fichiers

Documentation update

parent 4196f4c1
Aucune branche associée trouvée
Étiquettes v1.1
Aucune requête de fusion associée trouvée
Pipeline #80852 réussi
......@@ -89,17 +89,17 @@ color_green_light = (0.246, 0.687, 0.078, 1) # Vert clair
color_purple = (0.799, 0.005, 0.314, 1) # Violet foncé
color_purple_light = (0.687, 0.125, 0.578, 1) # Violet clair
# UPBGE constants
JUST_ACTIVATED = bge.logic.KX_INPUT_JUST_ACTIVATED
JUST_RELEASED = bge.logic.KX_INPUT_JUST_RELEASED
ACTIVATE = bge.logic.KX_INPUT_ACTIVE
# JUST_DEACTIVATED = bge.logic.KX_SENSOR_JUST_DEACTIVATED
# # UPBGE constants
# JUST_ACTIVATED = bge.logic.KX_INPUT_JUST_ACTIVATED
# JUST_RELEASED = bge.logic.KX_INPUT_JUST_RELEASED
# ACTIVATE = bge.logic.KX_INPUT_ACTIVE
# # JUST_DEACTIVATED = bge.logic.KX_SENSOR_JUST_DEACTIVATED
# Threads de commandes
threads_cmd = []
# # Threads de commandes
# threads_cmd = []
# Threads de visualisation de données
threads_plot = []
# # Threads de visualisation de données
# threads_plot = []
###############################################################################
# Print formaté (debug)
......
......@@ -23,7 +23,7 @@ copyright = '2024-2025, Philippe Roy - Documentation diffusée sous la licence C
author = 'Philippe Roy'
# The full version, including alpha/beta/rc tags
release = 'Version 1.00'
release = 'Version 1.0'
# -- General configuration ---------------------------------------------------
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter