Skip to content

Commit

Permalink
fix shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
aratama committed Jan 28, 2025
1 parent 125ca72 commit 223eac4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified assets/image/atlas.aseprite
Binary file not shown.
14 changes: 7 additions & 7 deletions assets/registry.actor.ron
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ActorRegistry(
drown: "idle",
staggered: "staggered",
),
shadow: None,
shadow: "entity_shadow",
wands: [
[None, None, None, None, None, None, None, None],
[None, None, None, None, None, None, None, None],
Expand Down Expand Up @@ -193,7 +193,7 @@ ActorRegistry(
drown: "idle",
staggered: "idle",
),
shadow: None,
shadow: "entity_shadow",
wands: [
["SlimeCharge", None, None, None, None, None, None, None],
[None, None, None, None, None, None, None, None],
Expand Down Expand Up @@ -239,7 +239,7 @@ ActorRegistry(
drown: "idle",
staggered: "staggered",
),
shadow: None,
shadow: "entity_shadow",
wands: [
["PurpleBolt", None, None, None, None, None, None, None],
[None, None, None, None, None, None, None, None],
Expand Down Expand Up @@ -285,7 +285,7 @@ ActorRegistry(
drown: "idle",
staggered: "idle",
),
shadow: None,
shadow: "entity_shadow",
wands: [
["Web", None, None, None, None, None, None, None],
[None, None, None, None, None, None, None, None],
Expand Down Expand Up @@ -337,7 +337,7 @@ ActorRegistry(
drown: "idle",
staggered: "idle",
),
shadow: None,
shadow: "entity_shadow",
strategies: {
"default": (
min_life: 1000,
Expand Down Expand Up @@ -453,7 +453,7 @@ ActorRegistry(
drown: "idle",
staggered: "idle",
),
shadow: None,
shadow: "entity_shadow",
wands: [
[None, None, None, None, None, None, None, None],
[None, None, None, None, None, None, None, None],
Expand Down Expand Up @@ -490,7 +490,7 @@ ActorRegistry(
drown: "idle",
staggered: "idle",
),
shadow: None,
shadow: "entity_shadow",
wands: [
[None, None, None, None, None, None, None, None],
[None, None, None, None, None, None, None, None],
Expand Down

0 comments on commit 223eac4

Please sign in to comment.