36 Commits

Author SHA1 Message Date
0f9fc2c60e Fixed with regards to the comments 2020-09-30 20:49:19 +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
9d9d94c1b3 Fix examples dart version to allow extensions 2020-09-27 15:28:44 -04:00
d39701ac50 Add isRelative to some effects 2020-09-23 16:06:40 +02:00
1714ad5872 Make use of extension methods 2020-09-21 21:41:36 +02:00
7bc9c9a3a7 Create extensions for Size and Offset 2020-09-21 19:50:54 +02:00
181d292861 Fix imports 2020-09-21 19:39:40 +02:00
540e021d8b Rename vector2_extension to vector2 2020-09-21 12:17:21 +02: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
c95c93b3cd VectorUtil -> Vector2Operations 2020-09-12 16:43:29 +02:00
5edd5f0fbd Move from Position to Vector2 2020-09-10 01:16:25 +02:00
01b3863353 address comments 2020-08-18 23:39:40 -04:00
997f36edc4 Part 3: Great Composed Component Refactor 2020-08-08 19:49:10 -04:00
6f836ee36c Extract each component to their own file 2020-08-03 13:08:41 -04:00
9168ef3836 onComplete callback for effects 2020-06-24 11:46:33 +02:00
ba8dd8a839 Remove accidentally added test 2020-06-05 22:46:39 +02:00
9076ad5fc2 Rename example to combined_effects to follow convention 2020-06-05 22:33:57 +02:00
ce05f9be39 Added example for CombinedEffect 2020-06-05 22:26:34 +02:00
5d3939b906 Update according to comments 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
729f03c539 Update according to new BaseGame 2020-05-26 17:47:06 +02:00
af361544c5 Rename properties and clarify in example 2020-05-26 17:47:06 +02:00
18c85022e4 Add example for rotational effect 2020-05-26 17:47:06 +02:00
b7fc754ce1 Use prepareCanvas 2020-05-26 17:47:06 +02:00
9c3a1ea297 Rename properties and clarify in example 2020-05-21 11:41:02 +02:00
75378e0aa7 Add example for rotational effect 2020-05-18 20:57:19 +02:00
df1f88a6e0 Reverting doc rename 2020-05-18 15:13:22 -03:00
9293a6e4a9 Renamed doc to docs and minor language fixes 2020-05-10 16:51:49 +02:00
43b05acc55 Removing unused files 2020-04-21 10:43:04 -03:00
ed11b5c4f1 Ensuring final position and size for MoveEffect and ScaleEffect 2020-04-21 10:14:31 -03:00
f993aadceb Adding ScaleEffect 2020-04-21 10:01:08 -03:00
9356132325 Initial commit with position effects (MoveEffect) 2020-04-21 10:01:08 -03:00