Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 9 additions & 14 deletions docs/APIs/PewPew.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ The `pewpew` library contains all the functions for configuring levels and manag
* BOMB
* BAF_BLUE
* BAF_RED
* WARY_MISSILE
* UFO_BULLET
* WARY_MISSILE (not supported in lua API ppl)
* UFO_BULLET (not supported in lua API ppl)
* SPINY
* SUPER_MOTHERSHIP
* PLAYER_BULLET
* BOMB_EXPLOSION
* PLAYER_EXPLOSION
* BOMB_EXPLOSION (not supported in lua API ppl)
* PLAYER_EXPLOSION (not supported in lua API ppl)
* BONUS
* FLOATING_MESSAGE
* POINTONIUM
* KAMIKAZE
* BONUS_IMPLOSION
* BONUS_IMPLOSION (not supported in lua API ppl)
* MACE
* PLASMA_FIELD
* LASERBEAM
* EXPLODER
* EXPLODER_EXPLOSION
* LASERBEAM (not supported in lua API ppl)
* EXPLODER (not supported in lua API ppl)
* EXPLODER_EXPLOSION (not supported in lua API ppl)
* WEAPON_ZONE
### MothershipType
* THREE_CORNERS
Expand Down Expand Up @@ -82,7 +82,7 @@ The `pewpew` library contains all the functions for configuring levels and manag
* DAMAGE_PLAYERS
* DAMAGE_ENTITIES
### BonusType
* REINSTANTIATION
* REINSTANTIATION (not supported in lua API ppl)
* SHIELD
* SPEED
* WEAPON
Expand Down Expand Up @@ -120,11 +120,6 @@ pewpew.print_debug_info()
```
Prints debug info: the number of entities created and the amount of memory used by the script.

> Example:
> ```lua
> pewpew.print_debug_info()
> ```

---
### `set_level_size()`
```tsx
Expand Down