Search found 3 matches

Re: Ban reason

How would you separate player name and the ban reason message? Player names are allowed to have spaces, so you can't use them as separators.

[Code included] Nudging selected items in the submarine editor by individual pixels

Previously posted this on the discord channel, though it missed the latest update, so might as well post it here. Vector2 nudgeVector = Vector2.Zero; if (PlayerInput.GetKeyboardState.IsKeyDown(Keys.Up) && PlayerInput.GetOldKeyboardState.IsKeyUp(Keys.Up)){ nudgeVector.Y = 1f; } if (PlayerInput.GetKey...

Go to advanced search