Skip to content
  • Mysterious Red Blocks

    Help blocks question
    2
    0 Votes
    2 Posts
    297 Views
    CreatiCodeI
    @helloperson91412 That usually represents a block that’s no longer supported.
  • POST request block

    Feedback post blocks request pros-and-cons web
    10
    0 Votes
    10 Posts
    2k Views
    JaecadeJnightJ
    @info-creaticode Makes sense, and I will try to keep that in mind when making more suggestions. If you guys need help, I would be glad to help out for free with any issues with code, whether it be frontend or backend. I do HTML, CSS, and JS everyday. And I’m a bit rusty with PHP, but I know alot about NodeJS and Python, since I work with them alot. I could give some of your guy’s code a look or help to implement things on your queue, just say the word.
  • PenguinMod block suggestions

    Feedback penguinmod feedback blocks suggestion
    21
    1 Votes
    21 Posts
    5k Views
    Tyller_T
    @mod-squadacademy-1bc96c56 well you can somewhat do it, it lets them move off the veiwport (which is effectively the screen) even though it’s technically not no fencing it still just lets sprite move out of view of your camera, the only issue is you can move the veiwport and then the sprites that were offscreen can be seen at the edges fo the canvas, but if you don’t move the viewport and use variables for x y (so the canvas border doesn’t affect stuff) you can do that. I do have a better project for an example of no fencing, instead of just using it to do a grid I use it to let zombie ai’s with a physics body move offscreen (it moves everything when the player moves) and there is no way to tell that they do technically hit hte canvas border’ edit: I think the project I sent was just a bad example cus I used canvas size only so zooming in a lot wouldn’t show you the edges of other blocks when you’re moving a bunch, the canvas size isn’t the size of your screen, it’s how big hte fencing is, canvas size is the fencing size and viewport is the screen size
  • How to use NN blocks?

    Help blocks 2d-blocks ai-blocks neuralnetwork
    9
    0 Votes
    9 Posts
    2k Views
    NotJaldolfYTN
    @jeffreyrb03-gmail Thank you