godot-webrtc-mplayer-testing/game.gd

21 lines
364 B
GDScript3
Raw Normal View History

2021-11-15 15:43:33 -06:00
extends Node2D
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass
func _on_Button_pressed():
2021-11-17 08:18:12 -06:00
Global.main_menu()