sandspiel icon indicating copy to clipboard operation
sandspiel copied to clipboard

Ideas, Concepts and More (last updated 1/10/2022)

Open labbo-lab opened this issue 3 years ago • 1 comments

Ideas

  • [ ] Pressure Sensitivity

  • [ ] 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"
  • 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?)

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

labbo-lab avatar Dec 30 '21 02:12 labbo-lab

Ideas

  1. Pressure Sensitivity

  2. 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(); } });
  3. 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

hello-smile6 avatar Dec 30 '21 02:12 hello-smile6