player progress
This commit is contained in:
parent
5bdbfa4d82
commit
27d839b86f
27 changed files with 236 additions and 68 deletions
|
|
@ -10,7 +10,7 @@ public partial class GameRegistry : Node
|
|||
public static readonly Dictionary<string, PlantResource> PlantDictionary = [];
|
||||
public static readonly Dictionary<string, ZombieResource> ZombieDictionary = [];
|
||||
|
||||
public override void _Ready()
|
||||
public override void _EnterTree()
|
||||
{
|
||||
//Plant init
|
||||
string[] plantFiles = ResourceLoader.ListDirectory(PLANT_RESOURCE_PATH);
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class PlayerInfo : Node
|
||||
{
|
||||
public static int MaxSeedpackets = 9;
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
uid://dpbaw8osly0ir
|
||||
Loading…
Add table
Add a link
Reference in a new issue