added test pane, NPC animation, hot dogs

This commit is contained in:
2022-11-18 17:55:54 +02:00
parent 5947e907c0
commit 2167b43c29
14 changed files with 5686 additions and 395 deletions
+19
View File
@@ -0,0 +1,19 @@
using Assets.Scripts.Actions;
namespace Assets.Scripts.Buildings
{
public class HotDogs : BaseCell
{
protected override void Initialize()
{
_name = "Hot dogs";
}
protected override void BuildOptionsList()
{
_optionsList.Add("Hot Dog - 20$", new Eat(6, 15, 83));
_optionsList.Add("Colas - 10$", new Eat(6, 10, 73));
}
}
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 60f522567c8014c40a76002f2dc8e2e4
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: