Untitled

 avatar
unknown
plain_text
a month ago
822 B
5
Indexable
        Label instructions = new Label(
            "Objective: Kill all Zombies to survive.\n\n" +
                "Weapons:\n" +
                " - Knife or Firearm:\n" +
                "   Press 'P' to switch between Knife and Firearm\n" +
                "   Press 'D' to attack with the Knife or shoot with the Firearm\n\n" +
                "Health:\n" +
                " - Press 'E' to pick up blood objects and restore HP\\n\n\n" +
                "Movement:\n" +
                " - Use the arrow keys to move\n" +
                " - Move diagonally by combining two directions (e.g. down + right)\n\n" +
                "Zoom:\n" +
                " - Zoom in with 'W'\n" +
                " - Zoom out with 'X'\n\n" +
                "Interact:\n" +
                " - Press 'E' to pick up items\n", skin);
Editor is loading...
Leave a Comment