fixed titlemenue, refactored soundplayback

This commit is contained in:
Streamfire
2020-04-19 21:10:56 +02:00
parent fb1599f55c
commit 3d6f8c6c2e
9 changed files with 73 additions and 76 deletions

View File

@@ -1,12 +1,6 @@
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():
randomize()
pass # Replace with function body.