🎨 Live review changes

This commit is contained in:
jonathan
2025-11-03 20:21:30 +01:00
parent 83dc6bfd56
commit 21b361f9d7
8 changed files with 8 additions and 28 deletions
@@ -164,6 +164,7 @@ public partial class FightWorld : Node
{
var typeRoll = GD.RandRange(0, 99);
// Disabled generating different types due to lack of fighter visual type implementation
//var type = typeRoll switch
//{
// < 50 => Fighter.Type.Blob,