27 Commits

Author SHA1 Message Date
HENRY Benjamin
0de77bcdfc readded one include 2021-06-09 15:00:01 +02:00
HENRY Benjamin
6d22286942 removed useless include 2021-06-09 14:59:13 +02:00
HENRY Benjamin
012e9ff054 removed positioncomponent into healthsystem 2021-06-09 14:58:45 +02:00
HENRY Benjamin
3a99e5913b fixed healthsystem, using callbacks to create bonuses and removed bonuscomponent (useless) 2021-06-09 14:49:37 +02:00
HENRY Benjamin
93a4fa792c removed ignore walls bonus (sorry clément :( ) 2021-06-09 12:15:01 +02:00
EternalRat
58bbd1fb93 Update speedup bonus & fixing one bug (double bonus/...) 2021-06-08 20:37:10 +02:00
EternalRat
ee7b4c2c8f merge from develop 2021-06-08 17:02:00 +02:00
EternalRat
4af99e75e5 bonus working, just miss 3 bonuses (cause bombholder isn't finish yet) 2021-06-08 16:14:37 +02:00
HENRY Benjamin
a00b14c769 using Vector2.angle() 2021-06-07 16:41:11 +02:00
HENRY Benjamin
6de8505cfd levitatecomponent on bonus + system + fix something in model (raylib) 2021-06-07 10:21:51 +02:00
HENRY Benjamin
78f2be8cb1 obj rotation & healthsystem fix bonus 2021-06-07 09:31:55 +02:00
Zoe Roux
f20445cdc8 Update systems to the new view 2021-06-05 18:42:10 +02:00
Zoe Roux
306f07972d Reworking systems 2021-06-04 00:50:38 +02:00
HENRY Benjamin
c345c49894 png added 2021-06-03 15:49:49 +02:00
HENRY Benjamin
378ba98050 added death animation through a callback onDeath 2021-06-03 14:58:03 +02:00
HENRY Benjamin
45ee02e06b animator has been made for right/left/up/down 2021-06-03 12:29:46 +02:00
HENRY Benjamin
82e1f06534 rename Bonus folder => Items folder (bonus/malus should be inside) 2021-06-03 10:42:09 +02:00
HENRY Benjamin
6134ab9352 just miss timercomponent + bombholdercomponent now (using all callbacks from collisioncomponent) 2021-06-03 09:51:35 +02:00
EternalRat
27c73de6ed include collisioncomponent missing 2021-06-02 18:26:40 +02:00
EternalRat
8b7a24ff1f bonus has been done, just need to remove comments when bombholder will be push + decide the time before they got remove 2021-06-02 16:13:18 +02:00
Zoe Roux
87c5703c60 Adding a on death callback 2021-05-31 20:14:07 +02:00
Zoe Roux
199b286978 Fixing compilation 2021-05-24 16:58:11 +02:00
Zoe Roux
f309ed8380 Merging game 2021-05-24 15:46:46 +02:00
TrueBabyChaise
80e9d674e9 Fix documentation and remove friend keyword
Remove friend keyword and put variables in public instead
Fix documentation where the name of the component is not specified

Co-Authored-By: Benjamin HENRY <44569175+EternalRat@users.noreply.github.com>
2021-05-21 15:11:03 +02:00
TrueBabyChaise
61e04f760a Add healthSystem
The component doesn't disable the entity anymore, the system does it by checking the component of the entity

Co-Authored-By: Benjamin HENRY <44569175+EternalRat@users.noreply.github.com>
2021-05-21 14:15:42 +02:00
TrueBabyChaise
a8cd709874 Fix HealthComponent 2021-05-20 16:50:00 +02:00
TrueBabyChaise
b318442dc8 HealthComponent / HealthSystem
Component and system for health
2021-05-20 16:28:10 +02:00