diff options
Diffstat (limited to 'demos/2d/shower_of_bullets/shower.gd')
-rw-r--r-- | demos/2d/shower_of_bullets/shower.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/2d/shower_of_bullets/shower.gd b/demos/2d/shower_of_bullets/shower.gd index 0f87c60bcd..50c1109489 100644 --- a/demos/2d/shower_of_bullets/shower.gd +++ b/demos/2d/shower_of_bullets/shower.gd @@ -22,5 +22,4 @@ func _on_player_body_exit_shape(body_id, body, body_shape, area_shape): func _ready(): - # Initialization here set_process_input(true) |