Skip to content

Commit

Permalink
Update faces
Browse files Browse the repository at this point in the history
  • Loading branch information
AIPTU committed Jun 17, 2024
1 parent a5a08ed commit eef777f
Show file tree
Hide file tree
Showing 83 changed files with 1 addition and 1 deletion.
Binary file removed assets/AllayFace.png
Binary file not shown.
Binary file removed assets/ArmadilloFace.png
Binary file not shown.
Binary file removed assets/AxolotlFace.png
Binary file not shown.
Binary file removed assets/BatFace.png
Binary file not shown.
Binary file removed assets/BeeFace.png
Binary file not shown.
Binary file removed assets/BlazeFace.png
Binary file not shown.
Binary file removed assets/BoggedFace.png
Binary file not shown.
Binary file removed assets/BreezeFace.png
Binary file not shown.
Binary file removed assets/CamelFace.png
Binary file not shown.
Binary file removed assets/CatFace.png
Binary file not shown.
Binary file removed assets/CaveSpiderFace.png
Binary file not shown.
Binary file removed assets/ChickenFace.png
Binary file not shown.
Binary file removed assets/CodFace.png
Binary file not shown.
Binary file removed assets/CowFace.png
Binary file not shown.
Binary file removed assets/CreeperFace.png
Binary file not shown.
Binary file removed assets/DolphinFace.png
Binary file not shown.
Binary file removed assets/DonkeyFace.png
Binary file not shown.
Binary file removed assets/DrownedFace.png
Binary file not shown.
Binary file removed assets/ElderGuardianFace.png
Binary file not shown.
Binary file removed assets/EnderDragonFace.png
Binary file not shown.
Binary file removed assets/EndermanFace.png
Binary file not shown.
Binary file removed assets/EndermiteFace.png
Binary file not shown.
Binary file removed assets/EvocationIllagerFace.png
Binary file not shown.
Binary file removed assets/FoxFace.png
Binary file not shown.
Binary file removed assets/FrogFace.png
Binary file not shown.
Binary file removed assets/GhastFace.png
Diff not rendered.
Binary file removed assets/GlowSquidFace.png
Diff not rendered.
Binary file removed assets/GoatFace.png
Diff not rendered.
Binary file removed assets/GuardianFace.png
Diff not rendered.
Binary file removed assets/HoglinFace.png
Diff not rendered.
Binary file removed assets/HorseFace.png
Diff not rendered.
Binary file removed assets/HumanFace.png
Diff not rendered.
Binary file removed assets/HuskFace.png
Diff not rendered.
Binary file removed assets/IronGolemFace.png
Diff not rendered.
Binary file removed assets/LlamaFace.png
Diff not rendered.
Binary file removed assets/MagmaCubeFace.png
Diff not rendered.
Binary file removed assets/MooshroomFace.png
Diff not rendered.
Binary file removed assets/MuleFace.png
Diff not rendered.
Binary file removed assets/OcelotFace.png
Diff not rendered.
Binary file removed assets/PandaFace.png
Diff not rendered.
Binary file removed assets/ParrotFace.png
Diff not rendered.
Binary file removed assets/PhantomFace.png
Diff not rendered.
Binary file removed assets/PigFace.png
Diff not rendered.
Binary file removed assets/PiglinBruteFace.png
Diff not rendered.
Binary file removed assets/PiglinFace.png
Diff not rendered.
Binary file removed assets/PillagerFace.png
Diff not rendered.
Binary file removed assets/PolarBearFace.png
Diff not rendered.
Binary file removed assets/PufferfishFace.png
Diff not rendered.
Binary file removed assets/RabbitFace.png
Diff not rendered.
Binary file removed assets/RavagerFace.png
Diff not rendered.
Binary file removed assets/SalmonFace.png
Diff not rendered.
Binary file removed assets/SheepFace.png
Diff not rendered.
Binary file removed assets/ShulkerFace.png
Diff not rendered.
Binary file removed assets/SilverfishFace.png
Diff not rendered.
Binary file removed assets/SkeletonFace.png
Diff not rendered.
Binary file removed assets/SkeletonHorseFace.png
Diff not rendered.
Binary file removed assets/SlimeFace.png
Diff not rendered.
Binary file removed assets/SnifferFace.png
Diff not rendered.
Binary file removed assets/SnowGolemFace.png
Diff not rendered.
Binary file removed assets/SpiderFace.png
Diff not rendered.
Binary file removed assets/SquidFace.png
Diff not rendered.
Binary file removed assets/StrayFace.png
Diff not rendered.
Binary file removed assets/StriderFace.png
Diff not rendered.
Binary file removed assets/TadpoleFace.png
Diff not rendered.
Binary file removed assets/TraderLlamaFace.png
Diff not rendered.
Binary file removed assets/TropicalfishFace.png
Diff not rendered.
Binary file removed assets/TurtleFace.png
Diff not rendered.
Binary file removed assets/VexFace.png
Diff not rendered.
Binary file removed assets/VillagerFace.png
Diff not rendered.
Binary file removed assets/VillagerV2Face.png
Diff not rendered.
Binary file removed assets/VindicatorFace.png
Diff not rendered.
Binary file removed assets/WanderingTraderFace.png
Diff not rendered.
Binary file removed assets/WardenFace.png
Diff not rendered.
Binary file removed assets/WitchFace.png
Diff not rendered.
Binary file removed assets/WitherFace.png
Diff not rendered.
Binary file removed assets/WitherSkeletonFace.png
Diff not rendered.
Binary file removed assets/WolfFace.png
Diff not rendered.
Binary file removed assets/ZoglinFace.png
Diff not rendered.
Binary file removed assets/ZombieFace.png
Diff not rendered.
Binary file removed assets/ZombieHorseFace.png
Diff not rendered.
Binary file removed assets/ZombieVillagerFace.png
Diff not rendered.
Binary file removed assets/ZombieVillagerV2Face.png
Diff not rendered.
2 changes: 1 addition & 1 deletion src/aiptu/smaccer/utils/FormManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static function sendEntitySelectionForm(Player $player, int $page, callab
$end = min($start + self::ITEMS_PER_PAGE, count($entityTypes));

$buttons = array_map(
fn ($type) => new Button($type, Image::url("https://raw.githubusercontent.com/AIPTU/Smaccer/master/assets/{$type}Face.png")),
fn ($type) => new Button($type, Image::url("https://raw.githubusercontent.com/AIPTU/Smaccer/assets/faces/{$type}.png")),
array_slice($entityTypes, $start, self::ITEMS_PER_PAGE)
);

Expand Down

0 comments on commit eef777f

Please sign in to comment.