This commit is contained in:
Felipe M 2021-05-20 23:14:20 +02:00
parent 0f3f6f0133
commit c613eac80f
Signed by: fmartingr
GPG key ID: 716BC147715E716F
9 changed files with 70 additions and 57 deletions

View file

@ -1,11 +1,6 @@
extends Node
onready var currentLevel = $Level_00
# 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():
VisualServer.set_default_clear_color(Color.black)