Skip to content

Commit 3e509c7

Browse files
committed
Comments update
Updated comments on line 23, 26.
1 parent 5fef541 commit 3e509c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Propmaker_Master_Sword/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
# CUSTOMISE COLORS HERE:
2222
COLOR = (0, 120, 120) # Default idle is light blue
23-
ALT_COLOR = (255, 50, 0) # hit color is bright white
23+
ALT_COLOR = (255, 50, 0) # hit color is orange
2424

2525
# CUSTOMISE IDLE PULSE SPEED HERE: 0 is fast, above 0 slows down
26-
IDLE_PULSE_SPEED = 0 # Default is 0.1 seconds
26+
IDLE_PULSE_SPEED = 0 # Default is 0 seconds
2727
SWING_BLAST_SPEED = 0.007
2828

2929
# CUSTOMISE BRIGHTNESS HERE: must be a number between 0 and 1

0 commit comments

Comments
 (0)