putting together in Main scene

This commit is contained in:
2020-10-30 15:23:13 +01:00
parent e528d2ec7f
commit edc4b5630d
16 changed files with 433 additions and 188 deletions

18
Main.gd Normal file
View File

@@ -0,0 +1,18 @@
extends Node
# 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():
Global.selected_track = 0
func start_game():
pass
func change_track():
""" Change the race track """
pass