broken_seals/game/scenes/HostButton.gd

17 lines
450 B
GDScript3
Raw Normal View History

2019-11-20 14:05:35 +01:00
extends Button
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# 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.
#func _pressed():
# Server.start_hosting()