mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2024-12-18 21:44:51 +01:00
11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
@startuml sub-pieces
|
|
|
|
start
|
|
if (Le joueur touche une pièce ?) then (Oui)
|
|
:Ajouter la pièce au niveau;
|
|
else (Non)
|
|
endif
|
|
stop
|
|
|
|
@enduml
|