Skip to content

Commit

Permalink
subpixeldemo
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Dec 31, 2024
1 parent 89a3e84 commit 2981770
Showing 1 changed file with 151 additions and 0 deletions.
151 changes: 151 additions & 0 deletions presets/Text/Marquee/subpixels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"title": "",
"description": "",
"values": {
"Font": {
"selected": "C64"
},
"Font height": {
"value": 0
},
"Font width": {
"value": 0
},
"Text": {
"text": "Ultrasmooth subpixel scrolling"
},
"Text color": {
"r": 33,
"g": 255,
"b": 0,
"a": 1
},
"Stars": {
"Enabled": {
"enabled": false
},
"Star color": {
"r": 255,
"g": 255,
"b": 255,
"a": 0.2
},
"Number of stars": {
"value": 10
},
"Movie interval": {
"value": 5
},
"Movie interval randomizer": {
"value": 0
},
"Rotate interval": {
"value": 4
},
"Rotate interval randomizer": {
"value": 2
},
"Rotate X step": {
"value": -1
},
"Rotate Y step": {
"value": 0
}
},
"Star field": {
"Enabled": {
"enabled": false
}
},
"The Matrix": {
"Enabled": {
"enabled": false
}
},
"Scrolling": {
"Enabled": {
"enabled": true
},
"FPS": {
"value": 60
},
"Rotate interval": {
"value": 1
},
"Rotate interval randomizer": {
"value": 0
},
"Rotate X step": {
"value": -0.08
},
"Rotate Y step": {
"value": 0
},
"Circular": {
"enabled": false
},
"Show one time only": {
"enabled": false
},
"Subpixel filtering": {
"enabled": true
}
},
"Flames": {
"Enabled": {
"enabled": false
},
"Fire density [%]": {
"value": 10
},
"Fire intensity [%]": {
"value": 100
},
"Fire depth [pixels]": {
"value": 2
},
"Fire wind X": {
"value": 0.1
},
"Fire wind Y": {
"value": -0.2
},
"Fire cycle": {
"Color cycle time": {
"value": 15
},
"Color cycle time randomizer": {
"value": 15
},
"Color cycle repeat count": {
"value": 1
},
"Color cycle mode": {
"selected": "reverse"
},
"Color cycle pattern": {
"selected": "Bertrik fire"
},
"Color cycle pattern range": {
"from": 0,
"to": 100
}
}
},
"Twinkle": {
"Enabled": {
"enabled": false
}
},
"Color pattern": {
"Enabled": {
"enabled": false
}
},
"Cursor": {
"Enabled": {
"enabled": false
}
}
}
}

0 comments on commit 2981770

Please sign in to comment.