Skip to content

Commit

Permalink
fix texture_button stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek10351 committed Oct 6, 2023
1 parent bf11672 commit d7c8f1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions game/styles/texture_buttons.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import arcade.color as color

normal_button = {
"normal": color.WHITE,
"hover": color.WHITE,
"press": color.COOL_BLACK,
"disabled": color.GRAY
}

0 comments on commit d7c8f1e

Please sign in to comment.