Lukas Klingsbo
|
2abc857fa9
|
Update examples
|
2020-06-21 15:01:43 +02:00 |
|
Lukas Klingsbo
|
a48ff9604f
|
Box2DGame merge with Box2DComponent
|
2020-06-21 15:01:43 +02:00 |
|
Erick Zanardo
|
642a2d7ecd
|
Adding SpriteSheet.fromImage
|
2020-06-16 19:24:41 -03:00 |
|
Lukas Klingsbo
|
ba8dd8a839
|
Remove accidentally added test
|
2020-06-05 22:46:39 +02:00 |
|
Lukas Klingsbo
|
9076ad5fc2
|
Rename example to combined_effects to follow convention
|
2020-06-05 22:33:57 +02:00 |
|
Lukas Klingsbo
|
ce05f9be39
|
Added example for CombinedEffect
|
2020-06-05 22:26:34 +02:00 |
|
Erick
|
d6741a93fa
|
Merge pull request #356 from flame-engine/sprite-animation-widgets
Sprite and animation widgets
|
2020-05-30 15:33:06 -03:00 |
|
Erick Zanardo
|
11375751d0
|
renaming play to playing on AnimationWidget
|
2020-05-30 15:18:16 -03:00 |
|
Erick Zanardo
|
9e4e27e100
|
adding anchor to sprite and animation widget
|
2020-05-30 15:15:24 -03:00 |
|
Erick Zanardo
|
19b57b0c38
|
Removing prefix from FlameSpriteWidget and FlameAnimationWidget
|
2020-05-30 12:44:10 -03:00 |
|
Erick Zanardo
|
26ab1d2217
|
Improving widgets gitignore
|
2020-05-27 12:13:58 -03:00 |
|
Erick Zanardo
|
414e19e9b7
|
Linting
|
2020-05-27 11:48:54 -03:00 |
|
Erick Zanardo
|
fd8cca6eb9
|
Fixing Article and article example
|
2020-05-27 11:36:26 -03:00 |
|
Lukas Klingsbo
|
5d3939b906
|
Update according to comments
|
2020-05-26 17:47:39 +02:00 |
|
Lukas Klingsbo
|
ba5ab70cf0
|
Add documentation for SequenceEffect
|
2020-05-26 17:47:06 +02:00 |
|
Lukas Klingsbo
|
932e974028
|
Working alternation of the effect sequence
|
2020-05-26 17:47:06 +02:00 |
|
Lukas Klingsbo
|
65b0193cb6
|
Sequence effect with example
|
2020-05-26 17:47:06 +02:00 |
|
Lukas Klingsbo
|
729f03c539
|
Update according to new BaseGame
|
2020-05-26 17:47:06 +02:00 |
|
Lukas Klingsbo
|
af361544c5
|
Rename properties and clarify in example
|
2020-05-26 17:47:06 +02:00 |
|
Lukas Klingsbo
|
18c85022e4
|
Add example for rotational effect
|
2020-05-26 17:47:06 +02:00 |
|
Lukas Klingsbo
|
b7fc754ce1
|
Use prepareCanvas
|
2020-05-26 17:47:06 +02:00 |
|
Erick Zanardo
|
4184f69320
|
Linting
|
2020-05-25 12:41:12 -03:00 |
|
Erick
|
8d1589a97a
|
Merge branch 'develop' into sprite-animation-widgets
|
2020-05-25 12:32:02 -03:00 |
|
Erick Zanardo
|
eb702ae07c
|
Linting
|
2020-05-25 12:20:58 -03:00 |
|
Erick Zanardo
|
cee26870db
|
Adding FlameAnimationWidget
|
2020-05-25 12:20:45 -03:00 |
|
Erick Zanardo
|
a8e0bbd5a1
|
Fixing center repaint
|
2020-05-25 11:46:46 -03:00 |
|
Luan Nico
|
97081097b1
|
Merge pull request #352 from flame-engine/luan.lint-examples
Add linter to all examples, fix lint issues and add cleanup script
|
2020-05-24 16:50:45 -04:00 |
|
Erick
|
a6b6a973ed
|
Merge pull request #338 from spydon/rotational-effect
Rotational effect
|
2020-05-24 17:48:35 -03:00 |
|
Luan Nico
|
bb662e4bd6
|
Add linter to all examples, fix lint issues and add cleanup script
|
2020-05-24 00:53:50 -04:00 |
|
Erick Zanardo
|
96a6ce31c2
|
Adding FlameSpriteWidget
|
2020-05-23 15:07:35 -03:00 |
|
Lukas Klingsbo
|
9c3a1ea297
|
Rename properties and clarify in example
|
2020-05-21 11:41:02 +02:00 |
|
Erick Zanardo
|
b46ebb1378
|
Linting
|
2020-05-20 19:57:48 -03:00 |
|
Erick Zanardo
|
624a4de294
|
Refactoring gestures to fix conflicts
|
2020-05-20 19:55:36 -03:00 |
|
renancaraujo
|
cdc8aca8dc
|
fix format on develop
|
2020-05-20 22:49:46 +01:00 |
|
Flavio Diez
|
cb6b8ff588
|
improved the readme based on review
|
2020-05-20 21:11:04 +02:00 |
|
Flavio Diez
|
1327e13143
|
fixed typo
|
2020-05-20 17:43:40 +02:00 |
|
Flavio Diez
|
cfaf5dfe52
|
added missing height which led to an error otherwise
|
2020-05-20 17:41:47 +02:00 |
|
Flavio Diez
|
9954a20f2f
|
update readme to include pub get
|
2020-05-20 17:17:59 +02:00 |
|
Flavio Diez
|
433bcf03cd
|
added ensureInitialized call on examples that were not working without it
|
2020-05-20 17:17:46 +02:00 |
|
Lukas Klingsbo
|
75378e0aa7
|
Add example for rotational effect
|
2020-05-18 20:57:19 +02:00 |
|
Erick Zanardo
|
df1f88a6e0
|
Reverting doc rename
|
2020-05-18 15:13:22 -03:00 |
|
Lukas Klingsbo
|
9293a6e4a9
|
Renamed doc to docs and minor language fixes
|
2020-05-10 16:51:49 +02:00 |
|
Lukas Klingsbo
|
b3dd9c37fd
|
Conform examples to updated Box2DGame
|
2020-05-05 20:20:36 +02:00 |
|
Lukas Klingsbo
|
e0c018f8f4
|
Fix boundaries to work with new Box2DGame
|
2020-05-05 20:17:01 +02:00 |
|
Lukas Klingsbo
|
52b4c9bf55
|
Make balls in example easier to see
|
2020-05-05 20:17:01 +02:00 |
|
Lukas Klingsbo
|
8ec7f06459
|
Set user data for walls on body
|
2020-05-05 20:17:01 +02:00 |
|
Lukas Klingsbo
|
94cd8b6f2b
|
Set userdata on the body instead of on fixture
|
2020-05-05 20:17:01 +02:00 |
|
Lukas Klingsbo
|
ac6abfcd24
|
Inheritance example for contact callbacks
|
2020-05-05 20:17:01 +02:00 |
|
Lukas Klingsbo
|
86c37c7194
|
Add contact object to callback functions
|
2020-05-05 20:17:01 +02:00 |
|
Lukas Klingsbo
|
8ee7e01334
|
Implement new way of using contact callbacks
|
2020-05-05 20:17:01 +02:00 |
|