Add RulesComponent, GameRulesResource, and BeeDeath state. Update Bee entity with death animation. Include new textures for particles. Add Highlight animation to Beehive.

This commit is contained in:
Dan 2024-05-09 15:08:57 +01:00
parent 1da411cacd
commit d879ca30bd
222 changed files with 3980 additions and 149 deletions

View file

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://dn6aa6f2f4g4i"]
[ext_resource type="Script" path="res://components/scripts/rules_component.gd" id="1_53vkw"]
[node name="RulesComponent" type="Node"]
script = ExtResource("1_53vkw")