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:
parent
1da411cacd
commit
d879ca30bd
222 changed files with 3980 additions and 149 deletions
6
components/RulesComponent.tscn
Normal file
6
components/RulesComponent.tscn
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue