Skip to content

Commit

Permalink
Combined clock.py, color.py, picture.py into one plus more
Browse files Browse the repository at this point in the history
  • Loading branch information
LtqxWYEG authored Sep 29, 2021
1 parent 8f8863d commit 3cc190e
Show file tree
Hide file tree
Showing 5 changed files with 681 additions and 135 deletions.
19 changes: 15 additions & 4 deletions defaults.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[SETTINGS]
[SPARKLES]
# ---------- General:
transparentColor = #000000
# global transparent color. No need to change
Expand All @@ -24,9 +24,9 @@ interpolateMouseMovement = True
# Draw some particles between current position of the cursor and that of last frame. (Interpolation should have almost no effect on performance)
useOffset = False
# Add offset to the particle origin
offsetX = 0
offsetX = 20
# offset to mouse cursor position in pixel. (0, 0 = tip of cursor)
offsetY = 0
offsetY = 10
# offset for Y position
markPosition = False
# Mark position of particle origin. Use for offset tuning
Expand Down Expand Up @@ -65,4 +65,15 @@ printMouseSpeed = False
levelVelocity = 15, 30, 60, 120
# at which mouse speed in pixels per frame...
levelNumParticles = 5, 8, 14, 20
# this many particles
# this many particles

[OTHER]
# Used for other.py
fontColor = #00ff00
fontSize = 10
showColor = False
showClock = False
showCPU = False
showRAM = False
showImage = False
imagePath = py.png
Loading

0 comments on commit 3cc190e

Please sign in to comment.