add iamond
This commit is contained in:
parent
10655aed3a
commit
f4dc1a79fd
15 changed files with 330 additions and 10 deletions
|
@ -2,7 +2,7 @@ extends Node
|
|||
|
||||
var config = ConfigFile.new()
|
||||
|
||||
const CHARACTERS = ["res://player-row.tscn", "res://player-apezoid.tscn"]
|
||||
const CHARACTERS = ["res://player-row.tscn", "res://player-apezoid.tscn", "res://player-iamond.tscn"]
|
||||
|
||||
func _ready():
|
||||
var has_config = config.load("user://settings.cfg") == OK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue