59 Commits

Author SHA1 Message Date
b60f45c388 Use a list of vector2 for MoveEffect 2020-10-06 15:27:35 +02:00
ba02032c68 List of vector2 as an argument to MoveEffect 2020-10-06 15:27:35 +02:00
aac3f8b1fb Possibility to use combined effect in sequence 2020-10-06 15:24:11 +02:00
7e9d9df168 Fix bug with absolute rotation 2020-10-06 15:24:11 +02:00
b0f5475546 Remove unused import 2020-09-30 20:55:12 +02:00
f97f20ab73 Vector2 for position and size on PositionComponent 2020-09-30 19:12:52 +02:00
1625ff568b Merge pull request #472 from flame-engine/spydon.relative-or-absolute-effects
Add isRelative to effects that it makes sense for
2020-09-30 17:18:37 +02:00
e5dc5fce60 Fix formatting 2020-09-27 23:44:52 +02:00
bb30058642 Merge branch 'develop' into v1.0.0 2020-09-27 15:22:45 -03:00
30460f2f00 isRelative should default to false 2020-09-23 16:10:02 +02:00
3b0cb95ed6 Formatting and changelog 2020-09-23 16:07:08 +02:00
d39701ac50 Add isRelative to some effects 2020-09-23 16:06:40 +02:00
f7ef447933 Remove unused import 2020-09-21 22:35:18 +02:00
b4473584c4 Use vector functions for scaling 2020-09-21 21:52:22 +02:00
7bc9c9a3a7 Create extensions for Size and Offset 2020-09-21 19:50:54 +02:00
385e60e554 setByPosition -> setPosition 2020-09-21 13:17:56 +02:00
540e021d8b Rename vector2_extension to vector2 2020-09-21 12:17:21 +02:00
62d45c0c0d Fix all imports (relative & ordering) 2020-09-20 22:00:03 -04:00
50f8ffce3b Vector2 extension 2020-09-20 17:30:58 +02:00
c90f636136 Use delegate Vector2F class instead of Vector2 2020-09-18 00:00:13 +02:00
5edd5f0fbd Move from Position to Vector2 2020-09-10 01:16:25 +02:00
6f836ee36c Extract each component to their own file 2020-08-03 13:08:41 -04:00
cdf7de615d Fixed argument list 2020-06-24 20:55:23 +02:00
acde967bbc Fix formatting 2020-06-24 11:50:24 +02:00
9168ef3836 onComplete callback for effects 2020-06-24 11:46:33 +02:00
53de371520 Updated according to comments 2020-06-05 23:24:42 +02:00
03c8879060 Add an effect where you can combine several effects 2020-06-05 22:25:37 +02:00
d2e7880e61 Fix formatting 2020-06-05 22:23:05 +02:00
fc67a61168 Correct drift modifier for when effect is finished 2020-06-05 22:23:05 +02:00
4b16046367 Correct drift modifier 2020-06-05 22:23:05 +02:00
df9bdc785d Let the user choose if the sequence should get stuck 2020-05-28 20:27:44 +02:00
884e82956a Remove unused import 2020-05-27 22:44:12 +02:00
c0b95fb425 Fix formatting 2020-05-27 21:23:50 +02:00
dc874dd29e Removed type specific initialization in SequenceEffect 2020-05-27 21:20:22 +02:00
2175c24af9 Fix format issue 2020-05-26 17:57:30 +02:00
edca849675 Add assert so that no effects are added to components 2020-05-26 17:52:44 +02:00
5d3939b906 Update according to comments 2020-05-26 17:47:39 +02:00
0693dd8d7d Remove unused imports 2020-05-26 17:47:39 +02:00
ba5ab70cf0 Add documentation for SequenceEffect 2020-05-26 17:47:06 +02:00
932e974028 Working alternation of the effect sequence 2020-05-26 17:47:06 +02:00
65b0193cb6 Sequence effect with example 2020-05-26 17:47:06 +02:00
b46cea5112 Add rotate effect as export 2020-05-26 17:47:06 +02:00
af361544c5 Rename properties and clarify in example 2020-05-26 17:47:06 +02:00
9516f499a9 Rotational effect for PositionComponents 2020-05-26 17:47:06 +02:00
9c3a1ea297 Rename properties and clarify in example 2020-05-21 11:41:02 +02:00
69a0a4dac1 Rotational effect for PositionComponents 2020-05-18 20:57:18 +02:00
0e493fa9f8 Add trailing commas 2020-05-17 16:04:20 +02:00
daa999f288 If case not needed 2020-05-17 16:04:20 +02:00
4c3ad8dca8 No percentage before calculation 2020-05-17 16:04:20 +02:00
7bcd6efb68 Correct super update order 2020-05-17 16:04:20 +02:00