Spawn items
This commit is contained in:
12
src/items/ItemDatabase.cs
Normal file
12
src/items/ItemDatabase.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Godot;
|
||||
|
||||
namespace GameJamDungeon
|
||||
{
|
||||
public partial class ItemDatabase : Node
|
||||
{
|
||||
[Export]
|
||||
public PackedScene[] ItemScene;
|
||||
[Export]
|
||||
public float[] DropRate;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user