filesystem rework
This commit is contained in:
parent
64323290cc
commit
2905db3dce
174 changed files with 93 additions and 353 deletions
|
|
@ -4,8 +4,8 @@ using System.Collections.Generic;
|
|||
|
||||
public partial class GameRegistry : Node
|
||||
{
|
||||
private const string PLANT_RESOURCE_PATH = "res://resources/plants/";
|
||||
private const string ZOMBIE_RESOURCE_PATH = "res://resources/zombies/";
|
||||
private const string PLANT_RESOURCE_PATH = "res://assets/plants/";
|
||||
private const string ZOMBIE_RESOURCE_PATH = "res://assets/zombies/";
|
||||
public static GameRegistry Instance { get; private set; }
|
||||
public static readonly Dictionary<string, PlantResource> PlantDictionary = [];
|
||||
public static readonly Dictionary<string, ZombieResource> ZombieDictionary = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue