From ac30782cc64a2d441780e92d6fbb75b97ced9cda Mon Sep 17 00:00:00 2001 From: t-est321 Date: Fri, 10 Jul 2026 20:49:37 +0400 Subject: [PATCH] Update PewPew.md --- docs/APIs/PewPew.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/docs/APIs/PewPew.md b/docs/APIs/PewPew.md index 893eeef..b35973b 100644 --- a/docs/APIs/PewPew.md +++ b/docs/APIs/PewPew.md @@ -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 @@ -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 @@ -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