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
|
|
@ -1,4 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://cwutwy11pityw"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cwutwy11pityw"]
|
||||
|
||||
[ext_resource type="Script" path="res://ui/scripts/level_complete_component.gd" id="1_qpygu"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_phhcy"]
|
||||
font_size = 32
|
||||
|
|
@ -10,6 +12,7 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_qpygu")
|
||||
|
||||
[node name="BackgroundOverlay" type="Panel" parent="."]
|
||||
layout_mode = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue