Added interaction for trees and stones, added items wood, stone, book and slimeball, v1.4.0
This commit is contained in:
@@ -9,13 +9,21 @@ namespace Assets.Scripts
|
||||
{
|
||||
public Book(int luck) : base(luck)
|
||||
{
|
||||
|
||||
itemName = "The kings diary #1";
|
||||
loadImage();
|
||||
rarityColor = Color.white;
|
||||
}
|
||||
|
||||
public Book(JToken json) : base(json)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
override
|
||||
protected void loadImage()
|
||||
{
|
||||
image = Resources.Load<Texture>("Items/Inv_Book");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user