CATS & TOMATOES

  • 5
    This content is deleted
    Game
    CATS & TOMATOES
    4 favourites

    FIRST KITTEN SHOOTER- TOMATO BULLETS.×××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××.

    2 years ago
You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • How do you make the game so that you can see your objects on the screen? (I'm talking about the arrow keys for movement and the fire button)

    • Add two layers to your game.

      -Layer 0 (Hud)

      -Layer 1 (game)

      IT IS IMPORTANT THAT THE LAYERS ARE ORDERED!!

      THE "HUD" LAYER SHOULD ALWAYS BE FIRST!!!

      Select the "hud" layer and in the left properties tab:

      -Paralax 0,0

      -representation 2D

      The layer will be static while the game is running and your markers will be visible at all times.