Added name and fix something, out of time
This commit is contained in:
parent
1678163341
commit
6996ddffb7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
extends Control
|
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;
|
var group_iter: int = 0;
|
||||||
|
|
||||||
@onready var pallo: PackedScene = load("res://entities/ball.tscn")
|
@onready var pallo: PackedScene = load("res://entities/ball.tscn")
|
||||||
|
|
Loading…
Reference in a new issue