ft (wip): hammerhead predator

This commit is contained in:
2026-02-02 01:41:01 +01:00
parent b21bf52938
commit 5751f25732
22 changed files with 245 additions and 45 deletions

View File

@@ -25,12 +25,13 @@ GameManager="*res://game_manager.gd"
[editor_plugins]
enabled=PackedStringArray("res://addons/godot_vim/plugin.cfg")
enabled=PackedStringArray("res://addons/godot-neovim/plugin.cfg")
[global_group]
player="All scenes that constitute players should be added here."
prey="any passive killable entities belong in this group"
predator=""
[input]
@@ -64,6 +65,9 @@ try_attack={
2d_render/layer_1="Player"
2d_render/layer_2="Prey"
2d_physics/layer_1="Player"
2d_physics/layer_2="Prey"
2d_physics/layer_3="Predator"
[rendering]