The shader effects now work correctly on the scene actors, but the application of shaders should be on the animation class.

This commit is contained in:
Zed A. Shaw 2026-01-02 23:23:05 -05:00
parent 22db12f5e4
commit 05fc9062a7
11 changed files with 33 additions and 16 deletions

View file

@ -66,7 +66,7 @@ namespace boss {
break;
case ATTACK:
if($battle.player_request("kill_enemy")) {
fmt::println("player requests kill_enemy {} vs. {}",
fmt::println("player requests kill_enemy {} vs. {}",
$host_combat->ap, $battle.player_pending_ap());
} else {
fmt::println("NO MORE ACTION!");