Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
ShieldVisual.hpp
Go to the documentation of this file.
1
8#pragma once
9
10namespace rtp::ecs::components {
11
25 float animationTime{0.0f};
26 float alpha{200.0f};
27};
28
29} // namespace rtp::ecs::components
File : Ammo.hpp License: MIT Author : Elias Josué HAJJAR LLAUQUEN elias-josue.hajjar-llauquen@epitech...
Definition Ammo.hpp:13
Component for visual shield effect displayed around the player.
float animationTime
Time accumulator for pulse animation.
float alpha
Current transparency (150-255, pulsing effect)