Win and loose conditions
This commit is contained in:
parent
6c42479d6b
commit
48cdc6db05
15 changed files with 191 additions and 120 deletions
|
|
@ -4,7 +4,7 @@ using Godot;
|
|||
[Tool]
|
||||
public partial class ZE_AssetBrowser : HBoxContainer
|
||||
{
|
||||
const string ZOMBIE_PATH = "res://resources/zombies/";
|
||||
const string ZOMBIE_PATH = "res://assets/zombies/";
|
||||
private PackedScene scene = ResourceLoader.Load<PackedScene>("uid://iwnklc62rni8");
|
||||
public override void _Ready()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue