PongFE/PongFE/Components
Evan Hemsley 5eb92804f4 win condition 2020-07-19 20:16:15 -07:00
..
BallParametersComponent.cs win condition 2020-07-19 20:16:15 -07:00
BounceResponseComponent.cs add collision system 2020-07-13 11:49:20 -07:00
CanBeBouncedComponent.cs add collision system 2020-07-13 11:49:20 -07:00
CanBeDestroyedComponent.cs ball destroy and respawn 2020-07-15 14:00:55 -07:00
CanBeTrackedComponent.cs bounce and paddle stuff 2020-07-15 13:08:58 -07:00
CanCauseAngledBounceComponent.cs paddle bounce 2020-07-17 22:53:22 -07:00
CanCauseBounceComponent.cs add collision system 2020-07-13 11:49:20 -07:00
CanDestroyComponent.cs ball destroy and respawn 2020-07-15 14:00:55 -07:00
CollisionComponent.cs add collision system 2020-07-13 11:49:20 -07:00
ComputerControlComponent.cs scoring stuff 2020-07-16 14:39:36 -07:00
DestroyResponseComponent.cs ball destroy and respawn 2020-07-15 14:00:55 -07:00
GameStateComponent.cs title screen 2020-07-18 14:41:32 -07:00
IncreaseScoreAfterDestroyComponent.cs scoring stuff 2020-07-16 14:39:36 -07:00
PaddleMoveSpeedComponent.cs early paddle and ball structure 2020-07-12 14:54:08 -07:00
PlayAreaComponent.cs resolution scaling 2020-07-17 13:37:54 -07:00
PlayerComponent.cs scoring stuff 2020-07-16 14:39:36 -07:00
PlayerInputComponent.cs scoring stuff 2020-07-16 14:39:36 -07:00
PositionComponent.cs initial paddle drawing 2020-07-11 18:25:43 -07:00
README.md initial commit 2020-07-11 14:36:18 -07:00
ScaleComponent.cs paddle bounce 2020-07-17 22:53:22 -07:00
ScoreComponent.cs scoring stuff 2020-07-16 14:39:36 -07:00
Texture2DComponent.cs paddle bounce 2020-07-17 22:53:22 -07:00
UITextComponent.cs win condition 2020-07-19 20:16:15 -07:00
VelocityComponent.cs add collision system 2020-07-13 11:49:20 -07:00

README.md

Put your Component structs here.