droppable items and win
This commit is contained in:
parent
45f4fa32fa
commit
0e8fe3b76d
47 changed files with 814 additions and 79 deletions
13
scripts/resources/MoneyReward.cs
Normal file
13
scripts/resources/MoneyReward.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using Godot;
|
||||
|
||||
[GlobalClass]
|
||||
[Tool]
|
||||
public partial class MoneyReward : RewardResource
|
||||
{
|
||||
[Export] public int Cost;
|
||||
public override PackedScene GetPreview()
|
||||
{
|
||||
return Scene;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue