mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2024-12-18 21:44:51 +01:00
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
|
@startuml
|
||
|
start
|
||
|
if (Le joueur touche un bonus ?) then (Oui)
|
||
|
:Ajouter le bonus à l'inventaire;
|
||
|
else (Non)
|
||
|
endif
|
||
|
stop
|
||
|
@enduml
|