Skip to content

Commit

Permalink
Update text_effects_config.glsl
Browse files Browse the repository at this point in the history
  • Loading branch information
LogyBanana committed Oct 6, 2024
1 parent e5f7877 commit afa3f0b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
TEXT_EFFECT(240, 240, 0) {
apply_shaking_movement();
override_text_color(rgb(255, 82, 82));
override_shadow_color(rgb(100, 20, 80));
}

TEXT_EFFECT(240, 240, 4) {
apply_waving_movement();
override_text_color(rgb(255, 235, 60));
Expand Down

0 comments on commit afa3f0b

Please sign in to comment.