being work on results screen

This commit is contained in:
pennyrigate 2023-09-08 20:47:33 -04:00
parent 0693bd91d3
commit d215a8728a
16 changed files with 803 additions and 38 deletions

16
menus/results.gd Normal file
View file

@ -0,0 +1,16 @@
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