Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed May 3, 2023
1 parent 3acef69 commit 36f6c8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GameScreen/Slot/Slot.gd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ func _ready():


func _draw():
# Draw white background
# Draw white background to hide cards that might
# lie behind this
draw_rect(Rect2(size * 0.075, size * 0.85), ColorPalette.WHITE)

# Draw colored outline
Expand Down

0 comments on commit 36f6c8a

Please sign in to comment.