cnam-geometry-dash/uml/sub_bumper.puml
2024-12-02 10:11:21 +01:00

9 lines
121 B
Plaintext

@startuml
start
if (Le joueur touche un bumper ?) then (Oui)
:Effectuer un grand saut;
else (Non)
endif
stop
@enduml