Team Screen propagates images

This commit is contained in:
2024-05-31 20:43:30 -04:00
parent 480ac45218
commit 394beabb7c
21 changed files with 440 additions and 295 deletions

12
Team.gd Normal file
View File

@@ -0,0 +1,12 @@
extends Panel
# 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