cnam-geometry-dash/Documentation/UML/activity-diagram/sub-bumper.puml

11 lines
132 B
Plaintext
Raw Permalink Normal View History

@startuml sub-bumper
2024-12-02 10:11:21 +01:00
start
if (Le joueur touche un bumper ?) then (Oui)
:Effectuer un grand saut;
2024-12-02 10:11:21 +01:00
else (Non)
endif
stop
2024-12-02 10:11:21 +01:00
@enduml