@DuckDuckGo Alert!
Seems there is some phishing campaign going on targeting your Email Protection Service ([at]https://t.co/66tpy9Gl0K)
(cc @niebezpiecznik)
The phishing email screen:
@ShrinesLegacy@NoteworthyVGame@finalbossblues A small change, but a real game changer (no pun intended) ๐
You should definitely update the steam videos with those new characters ๐
@DoomCube First thought: "OMG, why I haven't play this yet and where can I buy it"
Then I've realized that this beautiful gem doesn't exist ๐ญ
@WadjetEyeGames, @devolverdigital maybe you could make "The Thing" point & click a reality? Pretty please? ๐ฅบ๐
@CastleManiaRyan@Yoei_RetroCOOL > The controller/ memory card port covers...will be sold separately when/ if they are released.
To prevent double shipping costs, is is/will it be possible to preorder the case and wait for the ports of matching color to be released?
@potionomics The facial and body animation in this game looks like in those scammy fake ads for mobile games, but in this case, these are actual game footage, right? RIGHT? Fantastic job!
@lorenschmidt Looks like tilde operator (bitwise not) could be useful for you if you use -1 to indicate "nothing", because:
~(-1) => 0 => false
~(0) => -1 => true // true for any non -1 value
if(~player.carrying) { // if player carrying <> -1 }