sandspiel
sandspiel copied to clipboard
Ideas, Concepts and More (last updated 1/10/2022)
Ideas
-
[ ] Pressure Sensitivity
- pointerEvent.pressure
- would change drawing size (from 2-45)
-
[ ] more keyboard shortcuts
- sizes
- javascript:
document.addEventListener('keydown', function(event) { if(event.key === '1') { document.querySelector("#ui > .sizes > button:nth-child(1)").click(); } }); document.addEventListener('keydown', function(event) { if(event.key === '2') { document.querySelector("#ui > .sizes > button:nth-child(2)").click(); } }); document.addEventListener('keydown', function(event) { if(event.key === '3') { document.querySelector("#ui > .sizes > button:nth-child(3)").click(); } }); document.addEventListener('keydown', function(event) { if(event.key === '4') { document.querySelector("#ui > .sizes > button:nth-child(4)").click(); } }); document.addEventListener('keydown', function(event) { if(event.key === '5') { document.querySelector("#ui > .sizes > button:nth-child(5)").click(); } });
- javascript:
- sizes
-
[ ] ability to search for user using search bar if you know the text at the end of the profile url
- example: "(user:3pQj5HHMPTcwUdev9vEglift2AL7) magic trick"
-
Elements
- [ ] Metal
- When exposed to heat turns into lava
- Wind doesn't effect it unless very strong (this includes explosions like dust)
- [ ] Glass
- Created by heating up sand
- Possibly breaks if stone falls from above it? (or maybe 1/10 chance to break in strong winds?)
- [ ] Metal
Concepts
Nothing at the moment.
Thats it for now, might add more randomly Update 1: 12/29/2021 (updated to change numbers to checkboxes, same day) Update 2: 1/10/2022
Ideas
Pressure Sensitivity
- pointerEvent.pressure
- would change drawing size (from 2-45)
more keyboard shortcuts
sizes
- javascript:
document.addEventListener('keydown', function(event) { if(event.key === '1') { document.querySelector("#ui > .sizes > button:nth-child(1)").click(); } }); document.addEventListener('keydown', function(event) { if(event.key === '2') { document.querySelector("#ui > .sizes > button:nth-child(2)").click(); } }); document.addEventListener('keydown', function(event) { if(event.key === '3') { document.querySelector("#ui > .sizes > button:nth-child(3)").click(); } }); document.addEventListener('keydown', function(event) { if(event.key === '4') { document.querySelector("#ui > .sizes > button:nth-child(4)").click(); } }); document.addEventListener('keydown', function(event) { if(event.key === '5') { document.querySelector("#ui > .sizes > button:nth-child(5)").click(); } });
ability to search for user using search bar if you know the text at the end of the profile url
- example: "(user:3pQj5HHMPTcwUdev9vEglift2AL7) magic trick"
Concepts
Nothing at the moment.
Thats it for now, might add more randomly Last updated: 12/29/2021
Seems like some good ideas! Could you replace the number entries with - [ ]
so they show as checklist entries, by chance?
- [ ] example