• 5 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle
  • Giveaways should not be banned.

    It could help to bring more people to your community.

    It would be better to have a very simple couple of rules.

    No posting the codes outright. Simple mechanic for giving the code out like guess the number, or first to comment. State the source (Steam, GOG, Epic)

    Like literally all you need, and yes I’m salty because I was literally just trying to give away a game because I have a code for something that is already in my library.

    Don’t ban things that are beneficial to others. “We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.” is not a valid enough reason to ban giveaways. Someone is offering something up, if they don’t commit, then ban them, not the practice of generosity.

    Edit: added a comma














  • I figured it out.

    I was already headed the right direction by using something like this…

    <button text=“Hold Enter” ontap=“enterhold” ondoubletap=“enterrelease” />

    But for whatever reason it seems to ignore a double tap to release it, maybe I’m just too slow on tapping lol. I changed it to onhold=“enterrelease” and it works like intended.