Added name and fix something, out of time

This commit is contained in:
Otto 2024-10-11 17:18:50 +03:00
parent 1678163341
commit 6996ddffb7

View file

@ -1,6 +1,6 @@
extends Control
@onready var groups: Array[String] = ["ASD", "Jumalauta", "Marmot", "Future Crew", "Gray Marchers", "Byterapers", "Pyrotech", "Gorbat Soft"]
@onready var groups: Array[String] = ["ASD", "Jumalauta", "Marmot", "Future Crew", "Gray Marchers", "Byterapers", "Pyrotech", "Gorbat Soft", "U+1F35E"]
var group_iter: int = 0;
@onready var pallo: PackedScene = load("res://entities/ball.tscn")