VideoPlayer.gd 129 B

123456
  1. extends VideoPlayer
  2. func _on_Button_button_down():
  3. stream = load('res://test.ogv')
  4. play()
  5. pass # Replace with function body.