Infinite Runner Engine 2D
  • 🥳Welcome to Infinite Runner Engine 2D
  • ⚠️Attention
  • 📺YouTube Tutorials
  • 🤔How to start?
  • 📚Infinity Runner Editor
    • Game Manager
      • Player
        • Sprite
        • Effect
        • Animation
      • Particles
      • Control Type
      • Character Details
    • Main Camera
    • Audio Manager
    • Terrain Generator
      • Terrain Generation Settings
    • Enemies
      • Mace
      • Saw
      • Spike
      • Block
      • Enemy AI
    • Block And Ground
    • Block Background
    • Collectables And Weapons
      • Shooting Gun
      • Melee Weapon
      • Coin
      • Chest
      • Life
    • Add weapon to Player or AI
    • Shop Manager
    • ADS Manager
  • 📧Contact
Powered by GitBook
On this page
  1. Infinity Runner Editor
  2. Collectables And Weapons

Shooting Gun

PreviousCollectables And WeaponsNextMelee Weapon

Last updated 1 year ago

Creating a functional weapon is simple just change the sprite, add a unique code to be recognized by the system, it should be unlike any other weapon.

Add amount of damage and range.

If you want it to be available for purchase add a price. Otherwise 0.

📚