mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2024-12-18 21:44:51 +01:00
11 lines
132 B
Plaintext
11 lines
132 B
Plaintext
@startuml sub-bumper
|
|
|
|
start
|
|
if (Le joueur touche un bumper ?) then (Oui)
|
|
:Effectuer un grand saut;
|
|
else (Non)
|
|
endif
|
|
stop
|
|
|
|
@enduml
|