diff --git a/godot_state_charts_examples/platformer/platformer_demo.tscn b/godot_state_charts_examples/platformer/platformer_demo.tscn index 3e9217e..1da92f0 100644 --- a/godot_state_charts_examples/platformer/platformer_demo.tscn +++ b/godot_state_charts_examples/platformer/platformer_demo.tscn @@ -63,6 +63,7 @@ text = "[font_size=10] Press Left+Right to move, Space to jump. You can double-jump mid-air and coyote-jump shortly after you fall from a ledge. Try to walk to all three flagpoles to make the box explode. You can click the flag poles, the box and the frog to see their state charts. +You can jump on the iron crates to destroy them. [/ul] [/font_size]" fit_content = true diff --git a/manual/demo_video.gif b/manual/demo_video.gif index 55b5f0b..79374d0 100644 Binary files a/manual/demo_video.gif and b/manual/demo_video.gif differ