we're so close to working multiplayer

This commit is contained in:
2023-11-16 00:07:41 +11:00
parent 1500c22ccc
commit 2d123bd731
81 changed files with 578 additions and 388 deletions

View File

@ -2,5 +2,5 @@ extends Resource
class_name HeroClass
@export var hero_name : String = "Default"
@export var texture : AtlasTexture
@export var texture : Texture
@export var deck : Array[Card]