We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fef541 commit 3e509c7Copy full SHA for 3e509c7
1 file changed
Propmaker_Master_Sword/code.py
@@ -20,10 +20,10 @@
20
21
# CUSTOMISE COLORS HERE:
22
COLOR = (0, 120, 120) # Default idle is light blue
23
-ALT_COLOR = (255, 50, 0) # hit color is bright white
+ALT_COLOR = (255, 50, 0) # hit color is orange
24
25
# CUSTOMISE IDLE PULSE SPEED HERE: 0 is fast, above 0 slows down
26
-IDLE_PULSE_SPEED = 0 # Default is 0.1 seconds
+IDLE_PULSE_SPEED = 0 # Default is 0 seconds
27
SWING_BLAST_SPEED = 0.007
28
29
# CUSTOMISE BRIGHTNESS HERE: must be a number between 0 and 1
0 commit comments