mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-06-10 22:20:40 +02:00
refactor: move Documentation and UML folders (#11)
This commit is contained in:
10
Documentation/UML/activity-diagram/sub-bumper.puml
Normal file
10
Documentation/UML/activity-diagram/sub-bumper.puml
Normal file
@ -0,0 +1,10 @@
|
||||
@startuml sub-bumper
|
||||
|
||||
start
|
||||
if (Le joueur touche un bumper ?) then (Oui)
|
||||
:Effectuer un grand saut;
|
||||
else (Non)
|
||||
endif
|
||||
stop
|
||||
|
||||
@enduml
|
Reference in New Issue
Block a user